Compare commits
2 commits
bd66d2f503
...
7a6273c4a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a6273c4a8 |
|||
|
2db9e513ff |
1 changed files with 0 additions and 6 deletions
|
|
@ -83,10 +83,6 @@ uv run pytest
|
|||
|
||||
## Celery
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
Start a worker:
|
||||
|
||||
```bash
|
||||
|
|
@ -128,12 +124,10 @@ uv run python manage.py backup_db --output-dir "<path>" --prefix "ttvdrops"
|
|||
|
||||
```bash
|
||||
sudo chown -R ttvdrops:http /home/ttvdrops/.local/share/TTVDrops/media/
|
||||
sudo chgrp -R http /home/ttvdrops/.local/share/TTVDrops/media
|
||||
sudo find /home/ttvdrops/.local/share/TTVDrops/media -type d -exec chmod 2775 {} \;
|
||||
sudo find /home/ttvdrops/.local/share/TTVDrops/media -type f -exec chmod 664 {} \;
|
||||
|
||||
sudo chown -R ttvdrops:http /home/ttvdrops/.local/share/TTVDrops/datasets/
|
||||
sudo chgrp -R http /home/ttvdrops/.local/share/TTVDrops/datasets/
|
||||
sudo find /home/ttvdrops/.local/share/TTVDrops/datasets -type d -exec chmod 2775 {} \;
|
||||
sudo find /home/ttvdrops/.local/share/TTVDrops/datasets -type f -exec chmod 664 {} \;
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue