From 79d4a299b679855ba9027617e386d49b44a90b42 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 17 May 2010 14:21:15 +0200 Subject: [PATCH] [PropelBundle] Added requirement for external libraries in README --- src/Symfony/Framework/PropelBundle/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Symfony/Framework/PropelBundle/README b/src/Symfony/Framework/PropelBundle/README index f29e9b532b..586c93147a 100644 --- a/src/Symfony/Framework/PropelBundle/README +++ b/src/Symfony/Framework/PropelBundle/README @@ -8,6 +8,15 @@ Currently supports: * Generation of model classes based on an XML schema (not YAML) placed under `BundleName/Resources/*schema.xml`. * Propel runtime initialization through `$container->getPropelService()`. +Installation +------------ + + * Checkout Propel and Phing in the src/vendor/ directory + + > cd sandbox/src/vendor + > svn checkout http://svn.propelorm.org/branches/1.5 propel + > svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3/classes/phing phing + Sample Configuration --------------------