forked from wallabag/wallabag
Installation should be launch manually
Also upadte readme for v2 and define a test database (for the future)
This commit is contained in:
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user