- Python >= 3.6
-
Install requirements
-
Install project from github:
pip install git+https://github.com/francma/piper-ci-web.git
-
That's it!
-
Copy example configuration:
cp config.example.yml config.yml
-
Edit your config to fit your needs:
vim config.example.yml
uwsgi (example):
uwsgi --http-socket :[PORT] -w piper_web.run:app --pyargv [CONFIG_FILE]
debug:
piper-web [CONFIG_FILE]
Set app.dummy
to yes
in [CONFIG_FILE]