Compare commits
No commits in common. "423791a373d4a684729dcc5868d62d3cdc5e69fe" and "0237c2796fd43b88b0c1a8d8936e2e73b302479f" have entirely different histories.
423791a373
...
0237c2796f
1 changed files with 1 additions and 1 deletions
|
@ -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-go-backend
|
git clone https://git.minhas.io/asara/sudoscientist
|
||||||
# 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.)
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue