Guest User

Untitled

a guest
Dec 20th, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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 Fatal error: Uncaught Error: Class 'Locale' not found in /var/www/html/magento/vendor/magento/framework/Locale/Bundle/DataBundle.php:64
Add Comment
Please, Sign In to add comment