= Projectpier = 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]] unpack zip file and move the folder projectpier to the web root: {{{ mv projectpier /var/www/web1/web/ cd /var/www/web1/web/projectpier/ chown -R apache:root public/files chown -R apache:root cache/ chown -R apache:root upload/ chown -R apache:root config/ }}} Create a database {{{ # mysql -uroot -p }}} {{{ > create database projectpier_web1; > GRANT ALL PRIVILEGES ON projectpier_web1.* TO projectpier@localhost IDENTIFIED BY ''; }}} Complete the installation at http://www.thinkthinkdo.com/projectpier/public/install/