Advertisement
luiztucillo

Install Magento2

Mar 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition
  2.  
  3. php ./bin/magento setup:install --base-url=http://magento2.local/ \
  4. --db-host=mysql --db-name=dev_magento2 --db-user=root --db-password=1234qwer \
  5. --admin-firstname=Luiz --admin-lastname=Tucillo --admin-email=me@luiztucillo.com.br \
  6. --admin-user=suporte --admin-password=1234qwer --language=pt_BR \
  7. --currency=BRL --timezone=America/Sao_Paulo --use-rewrites=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement