A TLDR for setting up Parse Server and Dashboard on Ubuntu. Tested on an Ubuntu 16.04 server hosted by AWS on June 17, 2018. There will be a few prompts as the script runs.
- Download the install.sh file. You can use the following command:
curl https://raw.githubusercontent.com/at0dd/tldr-parse-server/master/install.sh > install.sh
- Edit install.sh with information specific to what you want.
- Add execute permissions to install.sh
- Run install.sh as sudo
- After installation, update your index.js file if you haven't done so already.
You can run the following commands for pm2, replacing id with the the pm2 id number for Parse:
- pm2 status
- pm2 stop id
- pm2 restart id
- pm2 start id