Symfony is only supported on PHP 5.3.2 and up. To check the compatibility of
your environment with Symfony, you can run the web/check.php
script, bundled
with this sandbox.
-
Clone the git repository and move into that directory:
$ git clone [email protected]:vespolina/vespolina.git $ cd vespolina/
-
Initialize and update the submodules:
$ git submodule update --init
-
Setup file permissions:
$ chmod a+w app/cache/ app/logs/ $ chmod a+x app/console
To run the automated test suite you must have PHPUnit 3.5
installed, which is available on GitHub. Once installed, run
the test suite using the phpunit
command:
$ phpunit -c frontend
To customize PHPUnit configuration for your environment, copy
frontend/phpunit.xml.dist
to frontend/phpunit.xml
and add your
customization there.
Vespolina is in very early stages. You can find some documentation in the wiki.
We are using git flow for our development workflow. You can find read this overview and install git flow.
You can set configs