From 5d164ac9cf4ea1b76d1d0ab84162e91c5fa0b82a Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sat, 8 Jan 2005 12:39:28 +0000 Subject: [PATCH] explain software updates git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-242 --- upgrade/0.9.4/update.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/upgrade/0.9.4/update.sh b/upgrade/0.9.4/update.sh index f55b7b0..2970ad1 100755 --- a/upgrade/0.9.4/update.sh +++ b/upgrade/0.9.4/update.sh @@ -23,5 +23,10 @@ You now have to : (*) install FPDF (pdflatex and tetex are not required anymore) apt-get install php-fpdf -(*) ... +(*) apt-get install php4-gd2 + add extension=gd.so in /etc/php/apache(2?)/php.ini + +(*) apt-get install php-banana (may not be on public servers) + and add a rewrite rule on www.polytechnique.org (http and https) : + ^/banana/([^/]*/.*)$ /usr/share/banana/\$1 " -- 2.1.4