summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-10 19:22:04 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-10 19:22:04 +0200
commita2fef84c6f2ee294bb3c6276a8aa9686318c3154 (patch)
tree6916306e10b854933c82b73a4cd84c127a313d3d /README.md
parent0505c5a189e5a55118c3c6eb6d3b07e31170c45e (diff)
documenting
Diffstat (limited to 'README.md')
-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
+```
+