Skip to content

Instantly share code, notes, and snippets.

@kbariotis
Created May 25, 2014 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbariotis/5898d36aefccc8cfccfe to your computer and use it in GitHub Desktop.
Save kbariotis/5898d36aefccc8cfccfe to your computer and use it in GitHub Desktop.
Magento installation from CLI
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 "john.smith@widgets.com" --admin_username "admin" --admin_password "mag3nto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment