summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-02 13:29:04 -0400
committerJules Laplace <jules@okfoc.us>2016-09-02 13:29:04 -0400
commit98bb711e716b4e9770aa7299b43f630fb7262acc (patch)
treedefc5909aa96439f59c0a630297e210c815674cc
parentb5d44c0ddd45a4fb9f775c34d61396fab6eb44cc (diff)
notes
-rw-r--r--Readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index d39b313..8ce8d8f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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.