You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
include | 10 years ago | |
tools | 10 years ago | |
.htaccess | 10 years ago | |
LICENSE | 10 years ago | |
README | 10 years ago | |
config-example.py | 10 years ago | |
pwchange.py | 10 years ago | |
sync.py | 10 years ago |
README
Quick start guide: 0. Install and configure Apache WEB server (with mod_wsgi, see http://code.google.com/p/modwsgi/) and MySQL database server. 1. Check dependencies: ./tools/checkdep.py 2. If one or more dependencies are not found, install it 3. Copy configuration example: cp config-example.py config.py 4. Edit config.py 5. Initialize database (you must create it before initializing): ./tools/dbinit.py 6. Use https://<your-server>/<path>/siphon-server/sync.py as API URL in Siphon plugin configuration.