Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. php bin/magento setup:install --base-url=http://127.0.0.1/magento2/
  2. --db-host=localhost --db-name=magento --db-user=magento --db-password=magento
  3. --admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com
  4. --admin-user=admin --admin-password=admin123 --language=en_US
  5. --currency=USD --timezone=America/Chicago --use-rewrites=1
  6.  
  7. php bin/magento setup:install --base-url=http://127.0.0.1/magento2/ --db-host=localhost --db-name=magento2 --db-user=root --db-password=root --admin-firstname=admin --admin-lastname=admin --admin-email=test@test.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement