Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebookfoundation/doab-check
Link and DB Checker for DOAB
https://github.com/ebookfoundation/doab-check
Last synced: about 1 month ago
JSON representation
Link and DB Checker for DOAB
- Host: GitHub
- URL: https://github.com/ebookfoundation/doab-check
- Owner: EbookFoundation
- License: gpl-3.0
- Created: 2023-02-20T21:03:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T20:53:26.000Z (9 months ago)
- Last Synced: 2024-05-01T11:41:49.864Z (8 months ago)
- Language: Python
- Size: 389 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.md
- License: LICENSE
Awesome Lists containing this project
README
# doab-check
Link and DB Checker for DOAB
## update
```
cd doab-check
git fetch origin
git checkout remotes/origin/main
pipenv shellpython manage.py migrate
sudo systemctl restart gunicorn
```## resize droplet
```
poweroff
```
reconfigure in console
power on button```
sudo restart nginx
sudo restart gunicorn
```## initial config
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04