Skip to content

Instantly share code, notes, and snippets.

@rodrisar
Forked from PrestaEdit/gist:27ed4cdd770ee050c398
Last active September 29, 2015 22:28
Show Gist options
  • Save rodrisar/7fb7ec2bd8eeaaae9e2f to your computer and use it in GitHub Desktop.
Save rodrisar/7fb7ec2bd8eeaaae9e2f to your computer and use it in GitHub Desktop.
Install PrestaShop with CLI
$ php install-dev/index_cli.php --language="es" --timezone="America/Mexico_City" --base_uri="/" --domain="prestashop.local" --db_server="localhost" --db_user="root" --db_password="" --db_name="prestashop" --db_clear="1" --db_create="1" --prefix="ps_" --engine="InnoDB" --name="Prestashop Store" --activity="0" --country="mx" --firstname="John" --lastname="Doe" --password="" --email="[email protected]" --license="0" --newsletter="0" --send_email="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment