Created
May 25, 2014 16:10
-
-
Save kbariotis/5898d36aefccc8cfccfe to your computer and use it in GitHub Desktop.
Magento installation from CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php install.php --license_agreement_accepted "yes" --locale "en_US" --timezone "Europe/Athens" --default_currency "EUR" --db_host "localhost" --db_name "magento19" --db_user "root" --session_save "db" --admin_frontname "admin" --url "http://localhost/magento1.9/" --use_rewrites "yes" --use_secure "yes" --secure_base_url "http://localhost/magento1.9/" --use_secure_admin "no" --admin_firstname "John" --admin_lastname "Smith" --admin_email "[email protected]" --admin_username "admin" --admin_password "mag3nto" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment