|
Opscode distributes Ohai as a Gem, available from http://rubygems.org/It is a requirement for Chef, so if you have Chef installed, you have Ohai.If you would like to install Ohai separately, for testing or development, read on.If you're running Windows, see Installing Ohai on Windows for more information.
Install GemAdd Rubygems.org's gem server to your local sources. Update Gem Sources Install the Gem. Install Ohai This will also install Ohai's dependency gems, json, extlib and systemu. Install from GitWe use GitHub for sharing our source code, so to install the source from Git: clone git repository Install the gem with rake. rake install See the README.rdoc included in the repository (or on the GitHub page) for more about Ohai development. Also read about contributing to Opscode projects Using Ohai
|
|
|


