mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
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.
This commit is contained in:
parent
8394ab4619
commit
2e45e7bebc
3 changed files with 167 additions and 8 deletions
|
@ -9,7 +9,6 @@
|
|||
<target name="prepare" depends="clean" description="Prepare for build">
|
||||
<exec executable="composer">
|
||||
<arg value="install"/>
|
||||
<arg value="--dev"/>
|
||||
<arg value="--no-interaction"/>
|
||||
<arg value="--working-dir=.."/>
|
||||
</exec>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue