Skip to content

Commit

Permalink
heroku button
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Dec 22, 2016
1 parent 48ccb60 commit 1bbd38f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"git clone https://github.com/EC-CUBE/ec-cube.git --depth 1",
"cd ec-cube && php eccube_install.php sqlite -V",
"cd ec-cube && php app/console plugin:develop install --path=../../product-priority-plugin.tar.gz",
"cd ec-cube && php app/console plugin:develop enable --code=ProductPriority"
"cd ec-cube && php app/console plugin:develop enable --code=ProductPriority",
"sed -i -e \"s|${PWD}|/app|\" ${PWD}/ec-cube/app/config/eccube/path.yml",
"cat ${PWD}/ec-cube/app/config/eccube/database.yml",
"sed -i -e \"s|${PWD}|/app|\" ${PWD}/ec-cube/app/config/eccube/database.yml",
"cat ${PWD}/ec-cube/app/config/eccube/database.yml"
]
}
}

0 comments on commit 1bbd38f

Please sign in to comment.