Add docs to enable conservancy-www-db.path
This commit is contained in:
parent
a6897a0f72
commit
aef9d18eb4
2 changed files with 1 additions and 1 deletions
1
TODO.md
1
TODO.md
|
@ -1,6 +1,5 @@
|
||||||
# To-do
|
# To-do
|
||||||
|
|
||||||
* consider running the /etc/systemd/system/conservancy-www-db.service on a timer so it doesn't require an Apache restart (and brief outage)
|
|
||||||
* use `<detail>` elements for supporter page hidden sections, rather than complex jQuery - or consider Alpine.js
|
* use `<detail>` elements for supporter page hidden sections, rather than complex jQuery - or consider Alpine.js
|
||||||
* replace `internalNavigate` with inline flexbox layout
|
* replace `internalNavigate` with inline flexbox layout
|
||||||
* migrate to Django 4.2
|
* migrate to Django 4.2
|
||||||
|
|
|
@ -10,6 +10,7 @@ Install all Systemd services with:
|
||||||
systemctl enable conservancy-www-update.timer
|
systemctl enable conservancy-www-update.timer
|
||||||
systemctl start conservancy-www-update.timer
|
systemctl start conservancy-www-update.timer
|
||||||
systemctl enable conservancy-www-db.service
|
systemctl enable conservancy-www-db.service
|
||||||
|
systemctl enable conservancy-www-db.path
|
||||||
systemctl start conservancy-www-db.path
|
systemctl start conservancy-www-db.path
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue