Update Readme on configuration to deploy

This commit is contained in:
loulous27 2025-11-27 10:10:31 +01:00
parent 464c319c1e
commit 6aeec81b5c

View file

@ -33,6 +33,7 @@ run and to maintain.
```bash
# Only for production
sudo mkdir static media
sudo cp docs/maintenance.html static/maintenance.html
sudo chown www-data:www-data -R static media
sudo chmod g+rwx -R static media
sudo chmod +x maintenance_tool.sh