explain software updates
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 8 Jan 2005 12:39:28 +0000 (12:39 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:17 +0000 (23:27 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-242

upgrade/0.9.4/update.sh

index f55b7b0..2970ad1 100755 (executable)
@@ -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
 "