Forked from PrestaEdit/gist:27ed4cdd770ee050c398
Last active
September 29, 2015 22:28
-
-
Save rodrisar/7fb7ec2bd8eeaaae9e2f to your computer and use it in GitHub Desktop.
Install PrestaShop with CLI
This file contains hidden or 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-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