Rivetweb Installation

Rivetweb requires Apache HTTP Webserver 2.4 with Apache Rivet >= 2.3.3 and Tcl >= 8.6. Current implementation of some of Rivetweb components also exploits tdom to manipulate XML and XHTML code.

As of today Rivetweb hasn't released any artifact, so you if you want to test it you have to clone the code from fossil repository

fossil http://fossil.biol.unipr.it/cgi-bin/fossil/rivetweb/ rivetweb

Rivetweb is still very unstable and under active development. You can have new updates of your code by pulling them from repository

cd <path-to-rivetweb-dir>
git pull

See the documentation of your OS to install the Apache HTTP Server, Tcl, tdom and git.