Skip to content
Snippets Groups Projects
Forked from infrastruktur / warpinfra
144 commits behind the upstream repository.
entrypoint.sh 264 B
service rsyslog restart
service nginx restart

cd /opt/warpinfra;
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py collectstatic --noinput
cp -r /opt/warpinfra/static /opt/socket/
uwsgi --ini /opt/nginx/uwsgi.ini --py-autoreload 1

bash