Things you may want to cover:
- Ruby 2.1+
- MySQL 5.5+, any gem dependencies from Gemfile
- Configuration: copy and fill database config file:
$ cp config/database.sample.yml config/database.ymland secrets ;)
$ cp config/secrets.sample.yml config/secrets.yml- Database creation
$ rake db:setup- Run application
$ rails sor in production mode:
$ RAILS_ENV=production rake assets:precompile & rails s -b0.0.0.0