]> git.immae.eu Git - github/wallabag/wallabag.git/commit - composer.json
New wallabag installer
authorJeremy <jeremy.benoist@gmail.com>
Sun, 1 Feb 2015 19:16:27 +0000 (20:16 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Sun, 1 Feb 2015 19:16:27 +0000 (20:16 +0100)
commit2e45e7bebcdf4e3d990f965bf04a9051343168a4
treeb0d3801b979931ebc9f3552132215e5eb8ec77f7
parent8394ab46191f717dc9c32fecfa6809f958951dca
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.
app/build.xml
composer.json
src/Wallabag/CoreBundle/Command/InstallCommand.php [new file with mode: 0644]