Skip to content

Production startup

Sean Crowe edited this page Nov 4, 2022 · 1 revision

Production startup

  1. export RAILS_ENV=production
  2. export RAILS_RELATIVE_URL_ROOT=/aaec
  3. bundle install --without development test --path vendor/bundle
  4. bundle exec rake db:migrate
  5. bundle exec rake db:seed (only on first run)
  6. bundle exec rake assets:precompile
  7. bundle exec puma -d
Clone this wiki locally