Today we released privacyIDEA 2.0. privacyIDEA 2.0 is a migration and rewrite to Flask and AngularJS. The old privacyIDEA was based on the pylons web framework, which was not actively maintained for a while anymore, which also lead to some version conflicts. Using Flask now makes privacyIDEA a lightweight installation […]
Monthly Archives: February 2015
3 posts
The documentation was published at readthedocs.org. You can find the latest documentation for version 2.0, which was redone. But you can also find the docs for older versions, like the latest 1.5 release v1.5.1. We are happy to get all your feedback to this docs…
The migration process is well. Today I merged the version2 branch to the master branch. So go an visit the github repo. Check out privacyIDEA 2.0(dev) like this: git clone https://github.com/privacyidea/privacyidea.git cd privacyidea virtualenv venv source venv/bin/activate pip install -r requirements.txt ./manage.py createdb ./manage.py addadmin admin@localhost admin ./manage.py runserver If […]