Guest User

Untitled

a guest
Nov 4th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento
  2.  
  3. cd magento
  4.  
  5. php bin/magento setup:install --base-url=http://domain.com/ --db-host=localhost --db-name=db_name --db-user=db_user --db-password=db_pass --admin-firstname=FirstName --admin-lastname=LastName --admin-email=email@domain.com --admin-user=admin --admin-password=password --language=en_US --backend-frontname=admin --magento-init-params=“MAGE_MODE=developer”
Add Comment
Please, Sign In to add comment