| 1 | = Projectpier = |
| 2 | Download 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]] |
| 3 | unpack zip file and move the folder projectpier to the web root: |
| 4 | {{{ |
| 5 | mv projectpier /var/www/web1/web/ |
| 6 | cd /var/www/web1/web/projectpier/ |
| 7 | chown -R apache:root public/files |
| 8 | chown -R apache:root cache/ |
| 9 | chown -R apache:root upload/ |
| 10 | chown -R apache:root config/ |
| 11 | }}} |
| 12 | |
| 13 | Create 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 | |
| 23 | Complete the installation at http://www.thinkthinkdo.com/projectpier/public/install/ |