14 lines
500 B
Markdown
14 lines
500 B
Markdown
# Project structure conventions
|
|
|
|
## Web projects live under /var/www/
|
|
Each web project gets its own subdirectory under `/var/www/` named after its subdomain:
|
|
|
|
| Subdomain | Path |
|
|
|---|---|
|
|
| sandbox.thehowlingwhispers.com | `/var/www/sandbox/` |
|
|
| rp.thehowlingwhispers.com | `/var/www/rp/` |
|
|
| play.thehowlingwhispers.com | `/var/www/play/` |
|
|
| git.thehowlingwhispers.com | `/var/www/git/` |
|
|
|
|
Gitea binary stays at `/usr/local/bin/gitea`, config at `/etc/gitea/app.ini`, data at `/var/lib/gitea/`.
|