summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 3b2d8325e4ba6cd2752d8d141a3a3e18c5bc6ab7 (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
# OKCMS

> "Pretty good"
> - Steve Jobs

## To configure:

* Customize schemas and routes in site/index.js as needed
* Create a file `site/.env` with the following environment variables set:

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

## To install and run:

* Run `./install.sh`
* `cd site`
* `node index`

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