- nodejs
- ruby on rails
- pow - (optional, but highly recommended)
- mysql
e.g.
gem install mysql2 -v '0.3.14'
(this is temporary; running rails w/o mysql is a pain)
git clone https://github.com/Behavior-UI/sandbox.git
cd sandbox
ln -s $(pwd) ~/.pow/sandbox # creates link to sandbox directory in ~/.pow/
bundle install # installs gems
npm install # installs bower
rake bower:install # installs vendor assets; bootstrap, flat-ui, behavior-ui
powder up # starts powder
Then just open http://sandbox.dev.