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 […]
Yearly Archives: 2015
42 posts
Hi, today I pushed the first draft of the new privacyIDEA to github. See the branch called “version2”. You may run 252 tests with ~1500 asserts to gain a code coverage of the server backend of 97% – well, you might remember my retweet about code coverage 😉 Anyway – […]