Changeset - aef9d18eb4c0
[Not reviewed]
0 2 0
Ben Sturmfels (bsturmfels) - 5 months ago 2023-11-25 02:41:55
ben@sturm.com.au
Add docs to enable conservancy-www-db.path
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
TODO.md
Show inline comments
 
# 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
 
* replace `internalNavigate` with inline flexbox layout
 
* migrate to Django 4.2
systemd/README.md
Show inline comments
...
 
@@ -10,6 +10,7 @@ Install all Systemd services with:
 
    systemctl enable conservancy-www-update.timer
 
    systemctl start conservancy-www-update.timer
 
    systemctl enable conservancy-www-db.service
 
    systemctl enable conservancy-www-db.path
 
    systemctl start conservancy-www-db.path
 

	
 

	
0 comments (0 inline, 0 general)