2023-11-25 02:21:33 +00:00
|
|
|
# Systemd services
|
2023-11-23 23:01:34 +00:00
|
|
|
|
|
|
|
## Installing
|
|
|
|
|
2023-11-25 02:21:33 +00:00
|
|
|
Install all Systemd services with:
|
2023-09-14 08:14:22 +00:00
|
|
|
|
|
|
|
cp systemd/conservancy-www-*.{service,timer} /etc/systemd/system
|
|
|
|
systemctl enable conservancy-www-cleanup.service
|
|
|
|
systemctl start conservancy-www-cleanup.service
|
2023-11-23 23:01:34 +00:00
|
|
|
systemctl enable conservancy-www-db.service
|
2023-11-25 02:41:26 +00:00
|
|
|
systemctl enable conservancy-www-db.path
|
2023-11-25 02:21:33 +00:00
|
|
|
systemctl start conservancy-www-db.path
|
2023-11-23 23:01:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Fundraiser/sustainer database updates
|
|
|
|
|
2023-11-25 02:21:33 +00:00
|
|
|
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.
|