summaryrefslogtreecommitdiff
path: root/README.md
blob: 2159574c0e3c3f37c752c9b286bb5f890cfd3033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# armory-fmf-cms

## 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
```