Changes between Initial Version and Version 1 of Projectpier


Ignore:
Timestamp:
02/22/08 17:33:38 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projectpier

    v1 v1  
     1= Projectpier =
     2Download ProjectPier from http://downloads.sourceforge.net/projectpier/ProjectPier_0.8.0-final.zip and follow the instructions at [http://www.projectpier.org/manual/installation/] [[BR]]
     3unpack zip file and move the folder projectpier to the web root:
     4{{{
     5mv projectpier /var/www/web1/web/
     6cd /var/www/web1/web/projectpier/
     7chown -R apache:root public/files
     8chown -R apache:root cache/
     9chown -R apache:root upload/
     10chown -R apache:root config/
     11}}}
     12
     13Create a database
     14{{{
     15# mysql -uroot -p
     16}}}
     17
     18{{{
     19> create database projectpier_web1;
     20> GRANT ALL PRIVILEGES ON projectpier_web1.* TO projectpier@localhost IDENTIFIED BY '<password>';
     21}}}
     22
     23Complete the installation at http://www.thinkthinkdo.com/projectpier/public/install/