From 7b2467dd00965a891f2b7c2053f12b0143c452eb Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Sat, 14 Sep 2019 16:32:31 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index deabb23..dda2cb6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ UI, as well as a post editor that handles markdown. To build: -docker-compose build +`docker-compose build` -edit `.envrc` to include COUCHDB_USER and COUCHDB_PASSWORD +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) -- COUCHDB_USER (usually admin) -- COUCHDB_NAME (whatever you want) +- `SECRET_KEY` (whatever you want) +- `ADMIN_PASSWORD` (whatever you want) +- `COUCHDB_NAME` (the name of the couchdb database) +- `COUCHDB_USER` (usually admin) +- `COUCHDB_NAME` (whatever you want)