root(minor): add script to run coverage

This commit is contained in:
Jens Langhammer
2019-12-02 16:43:50 +01:00
parent 4520e3f8b8
commit e6256cb9c8
6 changed files with 7 additions and 4 deletions

11
scripts/up.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash -x
# macos specific setting, for some reason
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
export DEBUG=false
export POSTGRES_USER=postgres
# ./manage.py generate_swagger > storhappy-ui/swagger.json
uwsgi docker/uwsgi.ini