Merge branch 'master' into cookie_auth

This commit is contained in:
Amarpreet Minhas 2019-10-03 23:37:31 -04:00
commit 423791a373

View file

@ -40,7 +40,7 @@ Install steps are for Debian 9 (stretch)
``` ```
mkdir -p ${GOPATH}/src/git.minhas.io/asara mkdir -p ${GOPATH}/src/git.minhas.io/asara
cd ${GOPATH}/src/git.minhas.io/asara cd ${GOPATH}/src/git.minhas.io/asara
git clone https://git.minhas.io/asara/sudoscientist git clone https://git.minhas.io/asara/sudoscientist-go-backend
# iterate through the environment files in the settings directory and set them appropriately # iterate through the environment files in the settings directory and set them appropriately
# make sure the extension is .env (db.env, secrets.env, website.env... etc.) # make sure the extension is .env (db.env, secrets.env, website.env... etc.)
``` ```