Skip to content
/ voc-oauth Public

public mirror of the voc-oauth openid django app

Notifications You must be signed in to change notification settings

voc/voc-oauth

Repository files navigation

OpenID oauth2 service

installation

  • checkout
  • create virtualenv virtualenv -p python3 venv
  • . ./venv/bin/activate
  • install requirements pip install -r requirements.txt
  • adapt app/settings.py
  • adapt app/urls.py
  • generate key, add superuser, create static files
    ./manage.py migrate
    ./manage.py creatersakey
    ./manage.py collectstatic
    
  • add proxy to nginx.conf: use nginx_snipped.conf as reference
  • for autostart via systemd use oauth.service
  • test the server via ./manage.py runserver 0.0.0.0:8000

About

public mirror of the voc-oauth openid django app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published