Skip to content

Commit

Permalink
let the user choose it's --url-application param
Browse files Browse the repository at this point in the history
remove `--url-application` param from composer.json's script part, to let the user define its own url application.
  • Loading branch information
brainOut authored Dec 19, 2018
1 parent e9f9691 commit c239b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rm -rf app/cache/*",
"rm -rf app/logs/*",
"sed -i -e 's/installed:.*/installed: ~/g' app/config/parameters.yml",
"app/console oro:install --timeout 3600 --sample-data=y --drop-database --env=prod --user-name=admin --user-firstname=John --user-lastname=Doe --user-password=marello123 [email protected] --organization-name=Marello --application-url=http://marello-ee.docker:5080/"
"app/console oro:install --timeout 3600 --sample-data=y --drop-database --env=prod --user-name=admin --user-firstname=John --user-lastname=Doe --user-password=marello123 [email protected] --organization-name=Marello"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
Expand Down

0 comments on commit c239b1f

Please sign in to comment.