From: Pierre Habouzit (MadCoder Date: Sat, 8 Jan 2005 12:39:28 +0000 (+0000) Subject: explain software updates X-Git-Tag: xorg/old~508 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5d164ac9cf4ea1b76d1d0ab84162e91c5fa0b82a;p=platal.git explain software updates git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-242 --- 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 "