summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42276c5..2159574 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,32 @@
# armory-fmf-cms
-CMS For Find My Face App
+
+## CMS For Find My Face App
+
+### Initial setup
+
+```
+npm install
+cd client
+npm install
+```
+
+### Building the client
+
+Build the client locally and push that up.
+
+```
+cd client
+./fetch-db.sh
+npm web:build
+git push
+```
+
+### Deploy
+
+```
+ssh ja@armory
+cd armory-fmf-cms
+git pull
+pm2 restart cms
+```
+