Unhide .env and other
Signed-off-by: T-Hax <>
This commit is contained in:
parent
90dccbf1ae
commit
19bf152be5
@ -56,6 +56,8 @@ This is similar to python packaging (pip and venvs) and is preferable for workin
|
||||
|
||||
In any case check out the [sample config for this gitea, it will be kept updated.](./yarnrc.yml).
|
||||
|
||||
You also need to configure the [.env](./gitea.env.example)
|
||||
|
||||
## Tips
|
||||
|
||||
### Errors
|
||||
|
8
TLDR.md
8
TLDR.md
@ -40,7 +40,9 @@ then to setup a project
|
||||
|
||||
```bash
|
||||
cp yarnrc.yml your-project-dir/.yarnrc.yml
|
||||
cp env.example your-project-dir/.env
|
||||
cat gitignore >> your-project-dir/.gitignore
|
||||
cp gitea.env.example your-project-dir/.gitea.env
|
||||
cp gitignore your-project-dir/.gitignore
|
||||
# Then uncomment one of the possibilities in gitignore
|
||||
```
|
||||
```
|
||||
|
||||
and then head over to [config](./gitea.env.example)
|
Loading…
x
Reference in New Issue
Block a user