$ git clone https://github.com/pythonph/pycon.git && cd pycon
$ mkvirtualenv -a `pwd` pycon
$ pip install pelican
$ ./develop_server.sh start
Run deployer server
$ REMOTE=origin SECRET=<secret> ROOT=/srv/pycon PORT=<port> python ./deployer.py
Then add a service hook at Github: http://<host>/<secret>