Formation Prestashop intégrateur: Installation / Installation par ligne de commande.

Vous êtes ici : Accueil / Prestashop intégrateur / Installation / Installation par ligne de commande.


Installation par ligne de commande.

Vous pouvez installer PrestaShop à partir d'une ligne de commande.

php install-dev/index_cli.php \
  --domain=$domain \
  --base_uri=/ \
  --db_server=localhost \
  --db_name=$project \
  --db_user=$user \
  --db_password=$pass \
  --prefix=ps_ \
  --email=$email \
  --password=... \
  --name=$project