You are here: ISP Linux HowTo » Web Apps » Pimcore
Trace: Pimcore

Pimcore

Pimcore

Reference web site: http://www.pimcore.org

This is an attempt to create a single reference document that guides a person from start to completion for installing Pimcore.

Installing Composer

If you don't already have Composer installed here are the steps to do that first.

curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer

Installing Pimcore in Gentoo Linux

cd /var/www/localhost/htdocs
composer create-project pimcore/pimcore ./site-name
cd site-name
composer dumpautoload -o
cd /etc/apache2/vhosts.d

FIXME To be completed.