From a2fef84c6f2ee294bb3c6276a8aa9686318c3154 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 10 Jun 2017 19:22:04 +0200 Subject: documenting --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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 +``` + -- cgit v1.2.3-70-g09d2