Skip to content

Commit

Permalink
commit - 27/02/2019 17:14:19
Browse files Browse the repository at this point in the history
  • Loading branch information
mozgbrasil committed Feb 27, 2019
1 parent 920fdf0 commit fc473cd
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Será carregado o aplicativo exibindo o diretório raiz, acesse a pasta magento

O aplicativo ainda não suporta a importação do sample data, a melhor solução é importar o banco antes de implantar o aplicativo na Heroku

No uso do HTTPS não carrega o projeto ou é carregado com lentidão, não usar

## Útil

https://medium.com/elefante-yogue/usando-php-com-heroku-e7d4f2fee56a
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"env":{
"MAGE_URL":{
"description": "",
"value": "https://APP_NAME.herokuapp.com/magento/"
"value": "http://APP_NAME.herokuapp.com/magento/"
},
"MAGE_DB_HOST":{
"description": "",
Expand Down
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,30 @@
"type":"composer",
"url":"https://packages.firegento.com"
},
{
"type": "package",
"package": {
"name": "haifeng-ben-zhang/magento1.9.2.4-sample-data",
"version": "1.0.0",
"source":{
"url":"https://github.com/haifeng-ben-zhang/magento1.9.2.4-sample-data.git",
"type":"git",
"reference":"master"
}
}
},
{
"type": "package",
"package": {
"name": "prasathmani/tinyfilemanager",
"version": "1.0.0",
"source":{
"url":"https://github.com/prasathmani/tinyfilemanager.git",
"type":"git",
"reference":"master"
}
}
},
{
"type": "package",
"package": {
Expand All @@ -60,6 +84,8 @@
"magento-hackathon/magento-composer-installer": "~3.0",
"aydin-hassan/magento-core-composer-installer": "~1.2",
"firegento/magento": "~1.9.4.0",
"haifeng-ben-zhang/magento1.9.2.4-sample-data": "1.0.*",
"prasathmani/tinyfilemanager": "1.0.*",
"ceckoslab/ceckoslab_quicklogin": "1.0.*",
"aoepeople/aoe_scheduler": "^1.5",
"aschroder/smtp_pro": "^2.0",
Expand Down
22 changes: 21 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion touch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
commit - 27/02/2019 17:05:19
commit - 27/02/2019 17:14:19

0 comments on commit fc473cd

Please sign in to comment.