Aku is SSO Auth for BlankOn ecosystem, originally developed by Fitria Aditya.
- Python 2.6.6 (Use pyenv on your modern machine)
- Create python virtualenv
- virtualenv
.env
- Activate Virtualenv :
source .env/bin/activate
- Install dependencies,
pip install -r requirements.txt
- Initialize the database,
python manage.py syncdb
- Run,
python manage.py runserver 0.0.0.0:8000
then openhttp://localhost:8000
on your browser