Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ln -s bin/magento /usr/bin/magento
- composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition html
- magento setup:install --db-host="localhost" --db-name="<dbname>" --db-user="<dbuser>" --db-password="<dbpassword>" --admin-firstname="<admin_firstname>" --admin-lastname="<admin_lastname>" --admin-email="<admin_email>" --admin-user="<admin_user>" --admin-password="<admin_password>" --base-url="<base_url>" --use-rewrites="1" --cleanup-database
- magento setup:static-content:deploy
Advertisement
Add Comment
Please, Sign In to add comment