Go to file
Sergey Morozov bce8453e21 Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
include Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
tools Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
.htaccess Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
LICENSE Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
README Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
config-example.py Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
pwchange.py Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00
sync.py Move version 0.01 to Git repo 2014-04-17 09:01:30 +04:00

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.