diff --git a/README.md b/README.md index 9d7403f..bbf1a65 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/app.json b/app.json index 72ebfa9..64c7818 100755 --- a/app.json +++ b/app.json @@ -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": "", diff --git a/composer.json b/composer.json index 987a3d9..a392253 100755 --- a/composer.json +++ b/composer.json @@ -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": { @@ -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", diff --git a/composer.lock b/composer.lock index aa2a356..b84b243 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5d4b511aee199cd5e688c2bfc6c08f33", + "content-hash": "40f1cf3323e4056437fcd717fa104315", "packages": [ { "name": "aoepeople/aoe_scheduler", @@ -983,6 +983,16 @@ ], "time": "2018-12-04T20:46:45+00:00" }, + { + "name": "haifeng-ben-zhang/magento1.9.2.4-sample-data", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/haifeng-ben-zhang/magento1.9.2.4-sample-data.git", + "reference": "master" + }, + "type": "library" + }, { "name": "jaybizzle/crawler-detect", "version": "v1.2.78", @@ -3177,6 +3187,16 @@ ], "time": "2015-07-25T16:39:46+00:00" }, + { + "name": "prasathmani/tinyfilemanager", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/prasathmani/tinyfilemanager.git", + "reference": "master" + }, + "type": "library" + }, { "name": "psr/container", "version": "1.0.0", diff --git a/touch.txt b/touch.txt index 111cb2c..3411bce 100644 --- a/touch.txt +++ b/touch.txt @@ -1 +1 @@ -commit - 27/02/2019 17:05:19 +commit - 27/02/2019 17:14:19