~ salmonella-environment-setup (master) bd820499d3bbf0fea9b2fac518087e0aeea8a23c
commit bd820499d3bbf0fea9b2fac518087e0aeea8a23c Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Sat Jan 31 14:50:09 2015 -0500 Commit: CHICKEN <chicken@call-with-current-continuation.org> CommitDate: Sat Jun 13 16:42:03 2015 +0200 Changes to migrate the current call-cc.org to a new server The current server is hosted by iWeb and runs Debian Lenny (5). The upgrade is to Debian Wheezy (7). One of the big changes is the assumption that the server will have a single IP address (apache as reverse proxy). So far we have been using three addresses. See doc/server-installation-notes.txt for more details. diff --git a/Makefile b/Makefile index 16cd4e3..6d000c2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CSI=/usr/local/chickens/chicken-qwiki/bin/csi -REPORTDIR=/root/chicken-playground/root/www/salmonella-report +REPORTDIR=/var/www/spiffy/tests all: index.wiki QWIKI_SOURCE_PATH=$(REPORTDIR) $(CSI) -s ../bin/wiki2html.scm --title="CHICKEN automated tests" index.wiki > index.htmlTrap