diff --git a/README.md b/README.md index 7f6cc1f..e83b799 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,20 @@ python manage.py migrate sudo systemctl restart gunicorn -``` \ No newline at end of file +``` + +## 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 \ No newline at end of file