Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
/ tldr-parse-server Public archive

A TLDR for setting up Parse Server and Dashboard on Ubuntu.

License

Notifications You must be signed in to change notification settings

at0dd/tldr-parse-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A TLDR for setting up Parse Server and Dashboard on Ubuntu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published