Skip to content

Populate DigitalOcean and run server

Karen McLuskey edited this page Apr 21, 2021 · 2 revisions

Log on to the Server as root

ssh root@178.128.34.72

cd /home/django/django_project

git pull

Follow the steps in https://github.com/kmcluskey/FlyMet/wiki/Populate-local-DB-and-run-server until the collectstatic command. Then:

npm run build

systemctl stop gunicorn

systemctl restart gunicorn

Clone this wiki locally