Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. php bin/magento setup:install --base-url=http://magento.dev/
  2. --backend-frontname=admin
  3. --db-host=localhost --db-name=magento2 --db-user=root --db-password=root
  4. --admin-firstname=Test --admin-lastname=Test—admin-email=email@email.com
  5. --admin-user=admin --admin-password=password --language=en_GB
  6. --currency=GBP --timezone=Europe/London --use-rewrites=1
  7.  
  8. [InvalidArgumentException]
  9. Parameter validation failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement