Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 shell

python 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