summaryrefslogtreecommitdiff
path: root/site/DEPLOY
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-05-18 23:00:41 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-05-19 13:34:31 -0400
commitde1b9e99923f5c8892b1f28ab5e8d53bee8c39e7 (patch)
treeac2bb3e368b1f92b0ca48b31d08ccac9a77dad0f /site/DEPLOY
parentb3d9a5d112a8b63b46c72c7a83324758af9ad95b (diff)
Add deploy deps + instructions
Diffstat (limited to 'site/DEPLOY')
-rw-r--r--site/DEPLOY21
1 files changed, 21 insertions, 0 deletions
diff --git a/site/DEPLOY b/site/DEPLOY
new file mode 100644
index 0000000..cedf761
--- /dev/null
+++ b/site/DEPLOY
@@ -0,0 +1,21 @@
+To deploy
+===
+
+`npm bin`/pm2 start index.js
+
+---
+
+The `npm bin` bit resolves the path to the locally installed `pm2`
+command. Could also use a global install.
+
+`npm bin`/pm2 logs
+
+to see logs and
+
+`npm bin`/pm2 list
+
+to see running processes and
+
+`npm bin`/pm2 show [id]
+
+for more process info