This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes-idp/README.md

16 lines
463 B
Markdown

univnautes-idp : IdP multi-tenants pour UnivNautes
# config :
cp settings.ini.example /etc/univnautes-idp/settings.ini
# creation du schema public
python manage.py sync_schemas --shared --noinput
python manage.py migrate_schemas
python manage.py create-tenant univnautes-idp.dev.entrouvert.org public
python manage.py createsuperuser -s public
python manage.py create-tenant xyz.univnautes-idp.dev.entrouvert.org xyz
python manage.py createsuperuser -s xyz