Skip to content

Boiyelove-International/musicroomweb

Repository files navigation

Musicalroom Web App

Digital Ocean

  • Login to ssh cd /home/django/musicroomweb

To pull the latest code from github git fetch --all && git reset --hard origin/main password: musicroomboiyelove

  • Change Database back to postgresql

Run Migrations python3 manage.py makemigrations python3 manage.py migrate

To restart gurnicorn systemctl restart gunicorn

To restart nginx systemctl restart nginx

To run test python3 manage.py test

To enter django shell python3 manage.py shell

To check app status or console logs systemctl status gunicorn

Troubleshooting curl --unix-socket /home/django/gunicorn.socket localhost curl --unix-socket /run/gunicorn.sock localhost cat /var/log/nginx/error.log

Socket Path unix:/home/django/gunicorn.socket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages