You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.
adam malantonio edited this page Nov 7, 2018
·
1 revision
For deployment, we use Capistrano to do the code copying/moving and PM2 to run the server as a daemon. Anything
that depends on PM2 is limited strictly to the Capistrano world; you can deploy the app locally by running npm start. To set up an environment on a new server, you'll want to:
install NodeJS (we're using v8.11.1 in production)
install pm2 globally
npm install -g pm2
make sure your server (httpd/nginx) is configured to proxy to port 8081