summaryrefslogtreecommitdiff
path: root/Readme.md
blob: b8f80c3f7cb19f1f339b499932372d40a0eb2f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/