## page was renamed from ZEOM/Paris/CoeurDeReseau/Vspace60 * 29/07/2009 : clone 10.72.1.36 --> 10.72.1.38 : tests de migration * 30/07/2009 : Migration v2.2 --> v3.1 * 03/08/2009 : Attention, modification de la fonction httpprefix() /var/www/prod/lib/tikilib.php {{{ 2 dpkg-reconfigure locales 3 aptitude update 4 aptitude upgrade 5 aptitude install apache2 apache2-doc mysql-server php5 libapache2-mod-php5 php5-mysql php5-gd 6 mysql_secure_installation 10 cd /var/www/ 11 ls 12 wget http://downloads.sourceforge.net/tikiwiki/tikiwiki-2.2.tar.gz?modtime=1224272026&big_mirror=1 13 ls 14 tar zxvf tikiwiki-2.2.tar.gz 15 cd tikiwiki-2.2 16 ./setup.sh 17 ls 18 ls -lat 19 ./setup.sh 20 sudo ./setup.sh 21 sh ./setup.sh 22 cd .. 23 ln -s /var/www/tikiwiki-2.2 tiki 24 ls -l 25 cd tiki 26 cd .. 29 sh tikiwiki-2.2/fixperms.sh close 33 mysql -u root -p mysql> create database tikidb; Query OK, 1 row affected (0.00 sec) mysql> grant SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER -> on tikidb.* to tikidbuser@localhost identified by '!!!!'; Query OK, 0 rows affected (0.00 sec) 34 chown -R www-data tikiwiki-2.2 }}} Use the memory_limit key in your php.ini file (for example: memory_limit = 16M) and restart your webserver.