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
Raw Permalink Normal View History

2014-03-16 14:22:30 +01:00
univnautes-idp : IdP multi-tenants pour UnivNautes
2014-03-21 19:10:29 +01:00
# config :
cp settings.ini.example /etc/univnautes-idp/settings.ini
2014-03-16 17:53:45 +01:00
# creation du schema public
2014-03-16 14:22:30 +01:00
python manage.py sync_schemas --shared --noinput
2014-03-16 17:53:45 +01:00
python manage.py migrate_schemas
python manage.py create-tenant univnautes-idp.dev.entrouvert.org public
python manage.py createsuperuser -s public
2014-03-16 14:22:30 +01:00
python manage.py create-tenant xyz.univnautes-idp.dev.entrouvert.org xyz
2014-03-16 17:53:45 +01:00
python manage.py createsuperuser -s xyz
2014-02-05 18:26:56 +01:00
2014-03-21 19:10:29 +01:00