This repository contains the Web site for the WAMP Protocol.
To build the Web site, you will need Python and Inkscape on your PATH. Further, a number of Python packages are required, and the recommended way is to install in a virtualenv:
~/cpy2711/bin/virtualenv ~/cpy2711_4
source ~/cpy2711_4/bin/activate
pip install -U boto scons scour taschenmesser flask frozen_flask twisted
After that, the Web site can be tested:
make test
Publishing the Web site (only for admins):
- pull the repo wamp-proto.github.io
- then
make ghpages
from within this repo - push the changes on the GitHub pages repo