-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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