readme: name the env file that survived the rename
c0a717a took .env.bootstrap.example with it and left three signposts pointing at the gap, one of them the third line a stranger ever runs.
Nobody who already had a working checkout would ever hit it.
This commit is contained in:
parent
74609b07e5
commit
19fe5a5618
2 changed files with 4 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -114,7 +114,7 @@ web_modules/
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# Bootstrap template (but not the actual .env files)
|
# Bootstrap template (but not the actual .env files)
|
||||||
!config/.env.bootstrap.example
|
!config/.env.example
|
||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env
|
.env
|
||||||
|
|
@ -123,7 +123,7 @@ web_modules/
|
||||||
.env.production.local
|
.env.production.local
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
# Config folder - keep only bootstrap example
|
# Config folder - keep only the example
|
||||||
config/.env
|
config/.env
|
||||||
config/old.env
|
config/old.env
|
||||||
config/*.env.old
|
config/*.env.old
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ The Windows local transport exists, but a Windows Desktop artifact waits for a n
|
||||||
```bash
|
```bash
|
||||||
git clone https://forge.caseytunturi.com/Fimeg/RedFlag.git
|
git clone https://forge.caseytunturi.com/Fimeg/RedFlag.git
|
||||||
cd RedFlag
|
cd RedFlag
|
||||||
cp config/.env.bootstrap.example config/.env
|
cp config/.env.example config/.env
|
||||||
docker-compose build && docker-compose up -d
|
docker-compose build && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -209,7 +209,7 @@ If a self-update times out, the previous binary is preserved at `<binary>.bak` o
|
||||||
docker-compose down -v --remove-orphans && \
|
docker-compose down -v --remove-orphans && \
|
||||||
rm config/.env && \
|
rm config/.env && \
|
||||||
docker-compose build --no-cache && \
|
docker-compose build --no-cache && \
|
||||||
cp config/.env.bootstrap.example config/.env && \
|
cp config/.env.example config/.env && \
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue