This script should help with my common tasks for CSP (Cloud service Providers).
Currently only AWS is supported. In future I will extend it with Azure and GCE.
virtualenv venv
. venv/bin/activate
pip install --editable .
- python3-virtualenv
- Click
- boto3
- django
- djangorestframework
virtualenv env
source env/bin/activate
cd webui
$EDITOR credentials/provider_conf.py
python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin
python manage.py runserver