1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-09 13:10:02 +01:00
password-manager-mirror/backend/flask/src/run.sh
jokajak fab1d05127 Introduce new flask based python backend
This supports most functionality. Tested the following functionality:
* Create account
* Delete account
* Create a card
* Download offline copy (couldn't log in) - needs work
* Change passphrase
* One time password creation and use
2015-04-20 08:37:48 -04:00

8 lines
141 B
Bash

#!/usr/bin/env sh
# Sets up flask development environment and activates it
virtualenv .
bin/python setup.py develop
bin/python clipperz.py