jhoncytech / prestashop-installer
Prestashop Installer
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
README
Prestashop Installer
Requirements
-
You need a web server running PHP 7.1.3+ and any flavor of MySQL 5.5+ (MySQL, MariaDB, Percona Server, etc.)
You can find more information on our System requirements https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ page and on the System Administrator Guide https://doc.prestashop.com/display/PS16/System+Administrator+Guide.
Description
This project allows you to quickly install a fully functional prestashop store for testing or for any other purpose by selecting the desired version.
How to use it
Get the project from GitHub.
-
Go to folder where you need to deploy your environment.
#> cd my/prefer/folder
-
Create a folder for your store for example prestashop
#> mkdir prestashop
-
Go to prestashop folder
#> cd my/prefer/folder/prestashop
-
Clone the project running the following command
#> git clone -b 1.7.7.3 https://github.com/jhonnygo/prestashop-installer.git .
- Run the installer
Get the project from Packagist.
-
Go to folder where you need to deploy your environment.
#> cd my/prefer/folder
-
Create a folder for your store for example prestashop
#> mkdir prestashop
-
Go to prestashop folder
#> cd my/prefer/folder/prestashop
-
Run the following command
#> composer create-project jhoncytech/prestashop-installer . 1.7.7.3
- Run the installer
Get the project from NPM.
-
Go to folder where you need to deploy your environment.
#> cd my/prefer/folder
-
Create a folder for your store for example prestashop
#> mkdir prestashop
-
Go to prestashop folder
#> cd my/prefer/folder/prestashop
-
Clone the project running the following command
#> npm install @jhonnygo/prestashop-installer@1.7.7-3
- Run the installer
That's all
Contactos
- Mail: jhonny@jhoncytech.com
- Web: https://jhoncytech.com
---
- Mail: contacto@jhonnygo.com
- Web: https://jhonnygo.com