Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. php -d max_execution_time=18000 -d memory_limit=1024M bin/magento setup:install
  2. --backend-frontname="admin123"
  3. --db-host=localhost
  4. --db-name=magnento2_db
  5. --db-user=magnento2_user
  6. --db-password=magnento2_pass
  7. --base-url="http://magento2.emizentech.com/"
  8. --base-url-secure="https://magento2.emizentech.com/"
  9. --currency="USD"
  10. --use-rewrites="1"
  11. --admin-user="admin"
  12. --admin-password="admin@123!"
  13. --admin-email="info@emizentech.com"
  14. --admin-firstname="Emizen"
  15. --admin-lastname="Tech"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement