Installation should be launch manually

Also upadte readme for v2 and define a test database (for the future)
This commit is contained in:
Jeremy
2015-02-02 07:48:13 +01:00
parent 2e45e7bebc
commit c5772d118f
5 changed files with 34 additions and 7 deletions

View File

@ -12,6 +12,17 @@
<arg value="--no-interaction"/>
<arg value="--working-dir=.."/>
</exec>
<exec executable="php">
<arg value="${basedir}/../app/console"/>
<arg value="doctrine:database:drop"/>
<arg value="--force"/>
<arg value="--env=test"/>
</exec>
<exec executable="php">
<arg value="${basedir}/../app/console"/>
<arg value="doctrine:database:create"/>
<arg value="--env=test"/>
</exec>
<exec executable="php">
<arg value="${basedir}/../app/console"/>
<arg value="cache:clear"/>