Skip to content

CoderDojoNYC/netlogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howto Setup (Ehtesh doesn't know the Ruby ecosystem)

# 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

Releases

No releases published

Packages

No packages published

Languages