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.

ZEO/Paris/CoeurDeReseau/Vspace60 (dernière édition le 2012-04-09 02:58:43 par JeanChristopheAndré)