Browse Source

clean up readme

pull/1/head
Wesley Kerfoot 5 years ago
parent
commit
4a5a77b18a
  1. 8
      README.md

8
README.md

@ -4,3 +4,11 @@ It is still very much a work in progress, but you can see it in action at https:
Includes a tag that pulls projects from Github and puts them in a carousel-like
UI, as well as a post editor that handles markdown.
To build:
docker-compose build
edit `.envrc` to include COUCHDB_USER and COUCHDB_PASSWORD
create `app/riotblog_local.cfg` and add these variables:
- SECRET_KEY (whatever you want)
- ADMIN_PASSWORD (whatever you want)
- COUCHDB_NAME (the name of the couchdb database)

Loading…
Cancel
Save