partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit e30a8fc7bd15d41d37a66ece407b08f17ea21ca7
parent dbdb4db6aa3dc2b5c08c01c6669bc1628601e698
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue, 10 Jul 2012 00:14:51 +0200

Changed pear modules a bit, because we're suggesting auto-discover anyways and the install can be done in a one-liner then.
Diffstat:
Mdocumentation/developer/INSTALL-UBUNTU | 24++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/documentation/developer/INSTALL-UBUNTU b/documentation/developer/INSTALL-UBUNTU @@ -40,25 +40,17 @@ pear update-channels pear upgrade # Install phpunit, phing, doctrine components and twig -pear config-set auto_discover 1 -pear channel-discover pear.phpunit.de -pear install phpunit/PHPUnit -pear channel-discover pear.phing.info -pear install phing/phing - -pear install pear.doctrine-project.org/DoctrineORM -pear install phpunit/phpcpd -# (the required domain 'components.ez.no' seems to be unavailable quite often) +# +# It can happen that a required channel is not available, maybe due to a server error or domain moving. Try again a bit +# later or use the force of google to find out what to do. +# +# During the installation, it could happen that the ImageMagick library gets pulled in via PECL. Just hit enter on each +# question and ignore if it fails; as long as you've got php5-imagick installed, you're set. +pear config-set auto_discover 1 +pear install pear.phpunit.de/PHPUnit pear.phpunit.de/phpcpd pear.phing.info/phing pear.doctrine-project.org/DoctrineORM pear.doctrine-project.org/DoctrineSymfonyYaml pear.doctrine-project.org/DoctrineSymfonyConsole pear.twig-project.org/Twig pear install --alldeps phpmd/PHP_PMD-alpha -pear install doctrine/DoctrineSymfonyYaml -pear install doctrine/DoctrineSymfonyConsole - -pear channel-discover pear.twig-project.org -pear install twig/Twig - - ------------------ # PARTKEEPR CONFIG ------------------