Skip to content

foxweb/rails5-example

Repository files navigation

README

bundle
cp config/database.example.yml config/database.yml  # set database.yml
rails db:setup
foreman start

Go to http://localhost:3000/.