https://github.com/amine7536/parse-server-starter
https://github.com/amine7536/parse-server-starter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amine7536/parse-server-starter
- Owner: amine7536
- License: other
- Created: 2016-05-27T17:13:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T10:46:30.000Z (over 9 years ago)
- Last Synced: 2025-02-08T16:14:46.190Z (11 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parse-server-starter
## Use with Docker and mLab :
Docker : Installation https://docs.docker.com/engine/installation/
mLab : https://mlab.com/
```bash
docker run -p 8080:8080 -e DATABASE_URI='mongodb://:@ds051913.mlab.com:51913/' -e NODE_ENV='production' -d pixelfactory/docker-parse-server
```
## Use with PM2 :
PM2 : http://pm2.keymetrics.io/
```bash
npm install pm2 -g
cd /opt
git clone https://github.com/amine7536/parse-server-starter.git
cd parse-server-starter
export NODE_ENV='production'
pm2 start start.sh --name ParseServer
```
Monitor :
```bash
pm2 monit
⌬ PM2 monitoring (To go further check out https://app.keymetrics.io)
● ParseServer [ ] 0 %
[0] [fork_mode] [|||||||||||||||||||| ] 1.363 MB
```