aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/build.xml
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-01 20:16:27 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-02-01 20:16:27 +0100
commit2e45e7bebcdf4e3d990f965bf04a9051343168a4 (patch)
treeb0d3801b979931ebc9f3552132215e5eb8ec77f7 /app/build.xml
parent8394ab46191f717dc9c32fecfa6809f958951dca (diff)
downloadwallabag-2e45e7bebcdf4e3d990f965bf04a9051343168a4.tar.gz
wallabag-2e45e7bebcdf4e3d990f965bf04a9051343168a4.tar.zst
wallabag-2e45e7bebcdf4e3d990f965bf04a9051343168a4.zip
New wallabag installer
Instead of the legacy bin/install here is a symfony command that can initialize wallabag. There are still work to do on the requirements part (to be sure that wallabag can run like a charm). I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later.
Diffstat (limited to 'app/build.xml')
-rw-r--r--app/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.xml b/app/build.xml
index 16ef73ed..b3f4c13a 100644
--- a/app/build.xml
+++ b/app/build.xml
@@ -9,7 +9,6 @@
9 <target name="prepare" depends="clean" description="Prepare for build"> 9 <target name="prepare" depends="clean" description="Prepare for build">
10 <exec executable="composer"> 10 <exec executable="composer">
11 <arg value="install"/> 11 <arg value="install"/>
12 <arg value="--dev"/>
13 <arg value="--no-interaction"/> 12 <arg value="--no-interaction"/>
14 <arg value="--working-dir=.."/> 13 <arg value="--working-dir=.."/>
15 </exec> 14 </exec>