add config and resize info
parent
20cae92a30
commit
222dae2f77
18
README.md
18
README.md
|
@ -13,4 +13,20 @@
|
|||
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
|
Loading…
Reference in New Issue