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

@ -92,8 +92,7 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"app/console wallabag:install --no-interaction"
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
@ -112,7 +111,7 @@
}
},
"autoload": {
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
"psr-0": { "": "src/" }
},
"config": {
"bin-dir": "bin"