Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Uses variable in install instructions

AuthorDave Jarvis <email>
Date2026-02-23 13:21:52 GMT-0800
Commitf4c64e3c31b548b4c0a95d2c4ff940a59838e87c
Parent741963e
INSTALL.md
export OWNER=username
export WEBDIR=/var/www
+ export WEBOWNER=www-data
```
1. Download code:
```bash
mkdir -p /var/www/${REPO}
- cd /var/www/${REPO}
+ cd ${WEBDIR}/${REPO}
git clone https://repo.autonoma.ca/repo/treetrek
- sudo usermod -aG ${OWNER} www-data
+ sudo usermod -aG ${OWNER} ${WEBOWNER}
```
1. Edit `${WEBDIR}/${REPO}/Config.php`.
Delta3 lines added, 2 lines removed, 1-line increase