Skip to content

verkehrsministerium/wamp-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.6%
  • CSS 2.7%
  • Python 2.4%
  • Makefile 0.3%