/pycon-2014

PyCon Philippines 2014

Primary LanguageCSS

PyCon Philippines

Setup

$ git clone https://github.com/pythonph/pycon.git && cd pycon
$ mkvirtualenv -a `pwd` pycon
$ pip install pelican

Develop

$ ./develop_server.sh start

Push to deploy

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>