root(minor): add script to run coverage
This commit is contained in:
11
scripts/up.sh
Executable file
11
scripts/up.sh
Executable 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
|
Reference in New Issue
Block a user