Child pages
  • Instalación de PrestaShop utilizando la secuencia de línea de comandos

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Desde la versión 1.5.4, PrestaShop ha contado cuenta con un instalador de línea de comandos.

...

Este instalador especial hace posible la instalación de PrestaShop sin la necesidad de utilizar un navegador web: simplemente coloque el contenido del archivo zip en su servidor web, y podrá instalar PrestaShop a través de su interfaz de línea de comandos (CLI). Any CLI software can be used as long as you can use it to interact with the server's commandsPuede utilizar cualquier software CLI para interactuar con los comandos del servidor: Bash, Windows PowerShell, OS X Terminal OS, PuTTY, etc.

The point of having a CLI installer in addition to the regular in-browser installer is to give this option to cater for some advanced users, who often prefer command-line interfaces as they tend to provide a more concise and powerful means to control a program or operating system.

How to use it

The CLI installer is easy to use: from your terminal, go to the /install (or El interés de tener un instalador CLI además de la instalación típica (a través del navegador) es el de poder satisfacer las expectativas de algunos usuarios avanzados, ya que tienden a proporcionar un medio más conciso y potente para controlar algún programa o sistema operativo.

¿Cómo utilizarlo?

El instalador CLI es muy sencillo de utilizar: desde su terminal, diríjase a la carpeta /install (o /install-dev) folder, and start the script with this command, e iniciar el script con este comando:

Code Block
languagebash
$ php index_cli.php

This will display the various available optionsAl ejecutar este comando, se mostrarán las distintas opciones disponibles.

All the options from the regular in-browser installer are available, with their default value listed. Almost all default values value can be left as isTodas las opciones del instalador clásico están disponibles, con sus valores por defecto claramente indicados. Casi todo valor valores por defecto se pueden dejar como están, because you can edit them all from the PrestaShop back office once the installation is done. Note that the e-mail and password are the ones used to create the administrator's back office account...

...