Guest User

Untitled

a guest
Sep 5th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. php bin/magento setup:uninstall
  2.  
  3. php bin/magento setup:install
  4. --base-url=http://<url_magento>/
  5. --db-host=<database_hostname>
  6. --db-name=<database_name>
  7. --db-user=<database_user>
  8. --db-password=<database_password>
  9. --admin-firstname=<admin_firstname>
  10. --admin-lastname=<admin_lastname>
  11. --admin-email=<admin_email>
  12. --admin-user=<admin_username>
  13. --admin-password=<admin_password>
  14. --language=<default_language_code>
  15. --currency=<default_currency>
  16. --timezone=<default_timezone>
  17. --backend-frontname=<admin_link>
Add Comment
Please, Sign In to add comment