summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 8f16e7f32684658586ac496c7486f86e71aba3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# OKCMS

> "Pretty good"
> - Steve Jobs

## To install:

* create a file `site/.env` with the following environment variables set:

```
S3_KEY=...
S3_SECRET=...
S3_BUCKET=...
OK_USER=...
OK_PASS=...
```

* customize routes in site/index.js as needed
* run ./install.sh
* cd site
* node index

Server will be running on http://lvh.me:1337/