website/deploy/systemd
2024-03-13 14:50:48 +11:00
..
conservancy-www-cleanup.service Fix mistaken rename 2024-02-27 10:23:18 +11:00
conservancy-www-db.path Fix mistaken rename 2024-02-27 10:23:18 +11:00
conservancy-www-db.service Fix mistaken rename 2024-02-27 10:23:18 +11:00
conservancy-www-linkchecker.service Fix mistaken rename 2024-02-27 10:23:18 +11:00
conservancy-www-linkchecker.timer Fix mistaken rename 2024-02-27 10:23:18 +11:00
README.md Remove conservancy-www-update timer-based deploy 2024-03-13 14:50:48 +11:00

Systemd services

Installing

Install all Systemd services with:

cp systemd/conservancy-www-*.{service,timer} /etc/systemd/system
systemctl enable conservancy-www-cleanup.service
systemctl start conservancy-www-cleanup.service
systemctl enable conservancy-www-db.service
systemctl enable conservancy-www-db.path
systemctl start conservancy-www-db.path

Fundraiser/sustainer database updates

The conservancy-www-db.service applies SQL updates to the website database automatically when the file django-supporters-list.sql file is modified. These include the fundraising total and sustainers to be publicly acknowledged.