Entrades

S'estan mostrant les entrades d'aquesta data: setembre, 2017

Howto to install Magento 2 from CLI

php bin/magento setup:install --base-url="http://magento2.dev " --db-host="127.0.0.1" --db-name="magento2" --db-user="root " --db-prefix="mg2_" --admin-firstname="Magento" --admin-lastname="User " --admin-email="my@email.com" --admin-user="admin " --admin-password="password123" --language="es_ES" --currency="EUR" --timezone="Europe/Berlin" --use-rewrites=1 --backend-frontname="admin"