Skip to content
Glen Horton edited this page Oct 31, 2019 · 6 revisions

Starting the application in develop mode on Lucy rails server -b 10.97.37.195 -d

Production mode

  • RAILS_ENV=production bundle install --path vendor/bundle
  • RAILS_ENV=production bundle exec rails db:migrate
  • RAILS_ENV=production bundle exec rails assets:precompile
  • rails server -e production -b 10.97.37.195 -p 3001 -d
Clone this wiki locally