- Ruby 2.3.3
- Rails 4
- Haml 4
- the_sortable_tree
- Copy and configure
database.yml
cp config/database.yml.example config/database.yml
- Create DB and Seeds for development
rake db:bootstrap_and_seed
- Launch the App
bin/rails s
or
bin/rails s -p 3000 -b site.com
- Visit the Index page
localhost:3000