Guest User

Untitled

a guest
Nov 7th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 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 sampledata:deploy
  6.  
  7. 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 --use-sample-data --magento-init-params=“MAGE_MODE=developer”
Add Comment
Please, Sign In to add comment