I wonder if anyone could help: i’m trying to set up a staging server which is a copy of my production server (sharetribe with phusion/nginx, hosted on AWS).
When I try and run the commands to get it up and running (below) it takes ages and gets stuck.
I’ve listed the commands I’m entering below - does anyone know what the problem could be?
RAILS_ENV=development rake db:migrate;RAILS_ENV=development NODE_ENV=development bundle exec rake assets:clean assets:precompile;RAILS_ENV=development bundle exec script/delayed_job restart;RAILS_ENV=development bundle exec rake ts:rebuild;sudo service nginx restart