Prestashop installation (manually)

From EN Ikoula wiki
Revision as of 09:58, 11 September 2019 by Aouarab4ab79 (talk | contribs)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

es:Modificación de la instalación de PrestaShop (manualmente) fr:Installation PrestaShop (manuellement) en:Prestashop installation (manually) it:Installazione Prestashop (Manuale)


logo

Documentation for PrestaShop installation on a hosting that does not have the application installed automatically (Case of IKL WordPress, our classic Linux hosting is provided with Plesk which offers PrestaShop in its applications).

Prestashop what is it?

PrestaShop is an open source web application for creating an online store for e-commerce purposes.

Prestashop Quick Installation Instructions

Here are quick guidelines for those who are already accustomed to installing PHP / MySQL applications on a web server. If you are missing details, you will find detailed instructions in the next section.


The steps of the PrestaShop installation :

  • Download the PrestaShop archive and unzip it to your computer if it's not already done.
  • Create a database for your PrestaShop store on your web server, if it's possible. In case there is no MySQL user with rights to access and modify this database, create one.
  • Put the files online from the unzipped archive, at the desired location on your web server. Do not directly put the "prestashop" folder online: only the folders and files it contains.
  • Launch the PrestaShop installation script by going to the public address of its location on the server, using a web browser. It should be the same URL where you put the files online.
  • Follow the instructions given by the installation screens.
  • Once installed, delete the / install folder and note the new name of the / admin folder, which has been generated to be unique for security reasons.

PrestaShop should now be installed and ready to be configured!

Detailed Installation Instructions (Ikoula and Plesk Environment 12.5)

In this tutorial we will use the domain testikoula.com,the PrestaShop e-commerce application will be installed on the sub-domain : store.testikoula.com


From the prestashop site proceed to download : https://www.prestashop.com/en/download:

Download App

You will first have a .zip. that you will have to extract on your computer.

Then all the contents of this file will have to be transferred in your file "root" of the subdomain store.testikoula.com

(By the file manager / or by FTP transfer):

File manager
File manager Store Ikoula


Once the contents of your file downloaded into your accommodation, you will have to go to the address http://<subdomain>.<domain name>.<tld>/index.php in our case : store.testikoula.com/index.php

The page will show you a progress bar and then you will be sent to the PrestaShop installation utility :

Prestashop instalation

After filling in the different pages of the installer, we advise you to delete the / install folder at the root of the subdomain.