diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:29:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:29:04 -0400 |
| commit | 98bb711e716b4e9770aa7299b43f630fb7262acc (patch) | |
| tree | defc5909aa96439f59c0a630297e210c815674cc /Readme.md | |
| parent | b5d44c0ddd45a4fb9f775c34d61396fab6eb44cc (diff) | |
notes
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,7 +37,9 @@ S3_BUCKET=bucketname Every OKCMS install is deployed with pm2. -`pm2 start index.js --name "my-cms"` +`pm2 start index.js --name [id]` + +`pm2 restart [id]` `pm2 logs` @@ -47,7 +49,7 @@ to see logs and to see running processes and -`npm bin`/pm2 show [id] +`pm2 show [id]` for more process info. |
