Created
July 9, 2009 17:17
-
-
Save jtimberman/143814 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing Ohai on Windows: | |
Install Ruby via one-click installer (I used ruby186-27_rc) | |
Start the RubyGems Package Manager | |
Programs -> Ruby-186-27 -> RubyGems -> RubyGems Package Manager | |
Add gems.opscode.com to gem sources. | |
Verify the following gems are installed first: | |
fxri | |
fxruby | |
hpricot | |
log4r | |
ptools | |
rake | |
ruby-opengl | |
test-unit | |
win32-api | |
win32-clipboard | |
win32-dir | |
win32-eventlog | |
win32-file | |
win32-file-stat | |
win32-process | |
win32-sapi | |
win32-sound | |
windows-api | |
windows-pr | |
Install ohai and wmi bindings | |
gem install ohai ruby-wmi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment