####Install Ruby and Ruby DevKit
- download and install rubyinstaller (run exe file)
- download development kit for 1.9.3 and extract to a permanent place
- open the command line prompt with ruby. windows program 'start command prompt with ruby'
- cd into wherever you extracted development kit
ruby dk.rb init
ruby dk.rb install
(install of devkit should be successful)
####Install and Run NoamServer
- download zip of noamServer repo and extract
- cd into wherever noamServer is installed
- bundle install
ruby bin/noamweb
error: 'ifconfig' is not recognized as an internal or external command, operable program of batch file.
- this is caused by the udp_updater trying to grep the ifconfig to find out the address.