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).
|
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
|
## Tips
|
||||||
|
|
||||||
### Errors
|
### Errors
|
||||||
|
6
TLDR.md
6
TLDR.md
@ -40,7 +40,9 @@ then to setup a project
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp yarnrc.yml your-project-dir/.yarnrc.yml
|
cp yarnrc.yml your-project-dir/.yarnrc.yml
|
||||||
cp env.example your-project-dir/.env
|
cp gitea.env.example your-project-dir/.gitea.env
|
||||||
cat gitignore >> your-project-dir/.gitignore
|
cp gitignore your-project-dir/.gitignore
|
||||||
# Then uncomment one of the possibilities in 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