/wamp-web

WAMP Web site source repo

Primary LanguageHTML

WAMP Protocol Web Site

This repository contains the Web site for the WAMP Protocol.

Building

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):

  1. pull the repo wamp-proto.github.io
  2. then make ghpages from within this repo
  3. push the changes on the GitHub pages repo