diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:28:08 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:28:08 -0400 |
| commit | b5d44c0ddd45a4fb9f775c34d61396fab6eb44cc (patch) | |
| tree | 1ef249dbf5b6c483b4f4aef7670666c0667a8b4a | |
| parent | 8def9579f2a78e80652d1e5e6f1eda510ae9a5dd (diff) | |
merge deployment notes
| -rw-r--r-- | Readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -3,6 +3,7 @@ > "Pretty good" > - Steve Jobs + ## To run the demo: * npm install @@ -13,6 +14,7 @@ Server will be running on http://lvh.me:1337/ Admin area available on http://lvh.me:1337/admin/ + ## Config To access the admin area, you need to set a username and password. @@ -31,3 +33,21 @@ S3_SECRET=s3secret S3_BUCKET=bucketname ``` +## Deploy + +Every OKCMS install is deployed with pm2. + +`pm2 start index.js --name "my-cms"` + +`pm2 logs` + +to see logs and + +`pm2 list` + +to see running processes and + +`npm bin`/pm2 show [id] + +for more process info. + |
