DISCONTINUED! PLEASE MOVE TO WEBAUTHN! https://medium.com/@herrjemand/introduction-to-webauthn-api-5fd1fb46c285
Initialize virtual environment
virtualenv venv
source ./venv/bin/activate
Install dependencies
pip install -r requirements.txt
Initialize Database
python create_db.py
Generate private key and certificate for SSL
openssl req -newkey rsa:2048 -nodes -keyout domain.key -x509 -days 365 -out domain.crt
Generate new cookie master key
python reset_cookie_key.py
Run application
./run.py
- Write API docs
- Implement facets support
- Documentation
- Unit tests