diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-10 19:22:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-10 19:22:04 +0200 |
| commit | a2fef84c6f2ee294bb3c6276a8aa9686318c3154 (patch) | |
| tree | 6916306e10b854933c82b73a4cd84c127a313d3d | |
| parent | 0505c5a189e5a55118c3c6eb6d3b07e31170c45e (diff) | |
documenting
| -rw-r--r-- | README.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -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 +``` + |
