Move systemd into etc

listing-provider
gravel 1 year ago
parent a5c72b3676
commit 5e7fe8d1d2
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -35,12 +35,14 @@ Run at least once: `make fetch` to query servers. This can take around 5 minutes
Run when developing: `make dev` to watch for changes & serve HTML locally in browser.
Symlink the commit hook provided in [`etc/hooks`](etc/hooks/) to `.git/hooks/<hook>` to run a full test cycle when committing to main.
See [`Makefile`](Makefile) for more details.
### Running your own copy
- point your webserver at the [`output`](output/) folder
- install and enable systemd services from the [`systemd`](systemd/) folder or an equivalent timer
- install and enable systemd services from the [`etc/systemd`](etc/systemd/) folder or an equivalent timer
## Code style guidelines

Loading…
Cancel
Save