# install rvm by some means
# check https://rvm.io/rvm/install
rvm install 1.9.3 # (any version is good)
rvm use 1.9.3
gem install bundler
bundle install
gem install thin
thin start
# redirect browser to localhost:3000
CoderDojoNYC/netlogo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|