Skip to content
Snippets Groups Projects
Select Git revision
  • 077f7c1f8787ef84f0eb8ec141a253f3f8383d99
  • main default protected
2 results

90_Development.md

Blame
  • 90_Development.md 572 B

    Devlopment hints

    • Requirements: local installation of php; you can use its internal webservice
    • Extract files in a local folder or use git clone
    • in functions.js set var bShowLoginOnError = false;to true
    • start php -S localhost:9000 and open http://localhost:9000 in your webbrowser
    • Get the files of the discofeed from a production machine running shibboleth and store it as discofeed cache file:
      curl https://example.com/Shibboleth.sso/DiscoFeed > discofeed.json
    • After reachin cache TTL you can repeat the curl command or touch discofeed.json