partkeepr

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

commit fcdf66c0b7387e2a26e4befe8775d57b308c6557
parent 1a57a275486e6a32fd38d9cb58bae1c7da460e45
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 14:26:05 +0200

Updated installation instructions
Diffstat:
Mdocumentation/QUICK-INSTALL | 29+++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/documentation/QUICK-INSTALL b/documentation/QUICK-INSTALL @@ -16,6 +16,7 @@ Prequisites: * PHP 5.3 or higher * PDO * SOAP +* Tokenizer Support * A working PEAR installation @@ -31,6 +32,27 @@ pear install pear.doctrine-project.org/DoctrineDBAL-2.0.0BETA4 pear install pear.doctrine-project.org/DoctrineORM-2.0.0BETA4 +Install the optional PEAR packages: +----------------------------------- +These packages are required if you wish to build the test suite. I know, +it's quite a big list, but they are required for development. If you +only wish to use the product, you can safely skip them. + +pear channel-discover components.ez.no +pear install phpunit/phpcpd +pear channel-discover pear.phpmd.org +pear channel-discover pear.pdepend.org +pear install --alldeps phpmd/PHP_PMD-alpha +pear install PhpDocumentor + + +Install optional binaries: +-------------------------- +If you wish to build the complete test suite, you need additional software: + +jslint from http://www.javascriptlint.com/ + + Verify if everything is setup correctly: ---------------------------------------- cd <installation path> @@ -48,10 +70,6 @@ Command line is important because you need to enter "YES" to confirm the operation. -If you add new objects (=new tables), you need to add them there also. - -I know, it's ugly, but will change soon. - Username/Password is test/test, but right now the system automatically logs you in (makes development easier). @@ -78,4 +96,4 @@ re-build the project. To speed up things, you can use "phing build.quick" to skip most files you usually don't change - everything in 3rdparty and the huge image directories. - - \ No newline at end of file +