Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 843 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 843 Bytes

tldr-parse-server

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.

View the Full Tutorial

  1. 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
  2. Edit install.sh with information specific to what you want.
  3. Add execute permissions to install.sh
  4. Run install.sh as sudo
  5. 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