This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/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
|