partkeepr

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

commit 65295fbbc3ff34078b91fd37e29ac8db030fc033
parent 2e4bcd5af3b3fe408c6c87f0dcef1945aaf40015
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  6 Sep 2012 17:52:24 +0200

Added updated instructions to use partkeepr.php instead of doctrine.php in the future

Diffstat:
Mdocumentation/developer/INSTALL-UBUNTU | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/documentation/developer/INSTALL-UBUNTU b/documentation/developer/INSTALL-UBUNTU @@ -51,6 +51,8 @@ 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 +# You'll also need jsl, the JavaScript lint +# Unfortunately, you need to compile this manually. ------------------ # PARTKEEPR CONFIG ------------------ @@ -109,7 +111,7 @@ php SetupDatabase.php --yes # ==== Issuing migrations ==== # Ignore all messages about "was executed but did not result in any SQL statements" cd /var/www/PartKeepr/ -php doctrine.php migrations:migrate +php partkeepr.php migrations:migrate # Build the frontend phing build