These instructions are only for developers. The user guide will be released as soon as the project will have a proper set of functionalities and a proper stability.
REALLY IMPORTANT
Due to this bug it's needed to apply a patch to the doctrine plugin core (download it here). This bug seems to be fixed using symfony 1.3 and doctrine 1.1 but the first one it is not ready for a production environment (yet).
REALLY IMPORTANT
If you are a developer and you want to run tests on the existing code you should uncompress the archive “test/tests.zip”.
After that you will have 3 new folders (“test/unit”, “test/functional”, “test/fixtures”) and 2 new files (“gitFakeRepositoryCreator.php”, “svnFakeRepositoryCreator.php”).
Execute the shell command ”./symfony doctrine:build-all-reload –env=test”.
Now you can run : ”./symfony test:all” and that's it. Enjoy!