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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user