Child pages
  • Instalación de PrestaShop en su ordenador

Versions Compared

Key

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

...

Una vez que haya comprobado que el paquete está instalado correctamente y que todas sus servicios están en ejecución, necesitará encontrar la carpeta raíz de su servidor web local.

That is the local folder where you will place your application's files, and can be compared to the root folder of your online server, only its content is accessed with Esa es la carpeta local donde colocará los archivos de su aplicación, y puede ser comparada a la carpeta raíz de su servidor en línea, a excepción de que su contenido es accesible a través de la siguiente dirección http://127.0.0.1.The actual local location of the folder depends greatly on the AMP package, and can be customized

 La ubicación real de esta carpeta en el equipo depende en gran medida del paquete AMP que utilice, y frecuentemente puede ser personalizada:

  • EasyPHP: C:\easyphp\www
  • MAMP: /Applications/MAMP/htdocs/
  • WampServer: C:\wamp\www
  • XAMPP: C:\xampp\htdocs or o /Applications/xampp/htdocs

Finding the MySQL user information

Finally, you need to know the root user name and password for MySQL, in order to install PrestaShop.

...

Encontrar la información de usuario de MySQL

Por último, es necesario conocer el nombre de usuario y la contraseña root para MySQL, con el fin de instalar PrestaShop.

La mayoría de los paquetes usan el nombre de usuario "root" con una contraseña vacíaincluyendo EasyPHP, MAMP, WampServer and y XAMPP.

Read your package's documentation.

Final note before the installation tutorial

With all that clear and done, you can follow up on the rest of this Getting Started guide and start installing Lea la documentación de su paquete.

Nota final antes del tutorial de instalación

Una vez configurado correctamente, puede seguir en el resto de esta guía de introducción y comenzar la instalación de PrestaShop.

Warning

When you install PrestaShop locally, keeping in mind that:

Files are not to be uploaded via a FTP software (such as Filezilla) to a web server: simply move them in the correct local folder, as indicated above

Al instalar PrestaShop a nivel local, tenga en cuenta que:

  • Los archivos no deben ser cargados/subidos  a través de un cliente FTP (como Filezilla) a un servidor web: simplemente muevalos a la carpeta local correcta, como se indicó anteriormente.
  • You do not have to create a local domain name: PrestaShop is available through the loopback address indicated above, which is either http://localhost or http://127.0.0.1 . PrestaShop itself is available at this address by adding its folder's name, for instance http://localhost/prestashop or http://127.0.0.1/prestashop if PrestaShop is in the /prestashop/ subfolder of the local root folder. When accessing this address for the first time, you should be automatically redirected to PrestaShop's install, at either http://localhost/prestashop/install or http://127.0.0.1/prestashop/install .

...