What you need to get started
This page lists everything you need to start installing PrestaShop 8.
Last updated
Was this helpful?
This page lists everything you need to start installing PrestaShop 8.
Last updated
Was this helpful?
Here is a quick list of what you need to get started with the installation of PrestaShop 8. You will find more detailed instructions in the next sections.
System: Unix, Linux, or Windows.
MySQL: 5.6 or later.
PHP: 7.2 or later.
In your php.ini
file:
Useful settings
allow_url_fopen
set to "On" ✅,
register_globals
set to "Off" ❌,
upload_max_filesize
set to "16MB" or more.
Must have PHP extensions:
CURL: the is used to download remote resources like modules and localization packages.
DOM: the is needed to parse XML documents.
Fileinfo: the is used to find out the file type of uploaded files.
GD: the is used to create thumbnails for the images that you upload.
Intl: the is used to convert character sets.
Mbstring: the is used to perform string operations everywhere.
Zip: the is used to expand compressed files such as modules and localization packages.
JSON: the is used to manage JSON format.
Iconv: the is used to convert character sets.
Useful server tools:
Cron/, .
Hosting: Unix or Linux.
Apache module settings are set as:
mod_rewrite
enabled ✅,
mod_security
disabled ❌,
mod_auth_basic
enabled ✅.
Server RAM: At least 256MB of RAM is dedicated to PHP. The more the better.
Text editor: Any
FTP client: Any
Web browser: Any modern Web browser (if using Internet Explorer: at least IE9).
You also need to know which URL on your domain you want your store(s) to be accessible from.
Once your set-up is in place, you can use the installation guide, available here:
PrestaShop is a web application. This means it needs to be installed on a web server to run, and that it needs a domain name that your visitors will use to access your store.
Before downloading or installing anything, you need to provide a home for your PrestaShop online store.
That is made of two components: a domain name, and a web server.
You need to buy a domain name for your store. Some web hosting services might provide you with a domain name as many hosts offer a free domain with every new account. They might be free for a year, or for as long as you are a client of that web host. This makes it easier for you to get the full package (hosting + domain name) in one go.
There can be an issue with host-provided domain names: if you find yourself not satisfied with the host's service, you will want to switch to a better host. This means moving your files, data, and domain name to that other host.
The files and data are easy to move, but depending on the host, you might have a hard time getting your domain name back.
Since your host bought the domain name for you, technically the domain belongs to them, and they can either forbid you to transfer it to another host or make you pay for it. Since the domain name is your brand, and your address on the web, you must obey the web host's rules.
Technically, you can never buy a domain name; you can only rent it, most of the time for a yearly fee. This gives you the right to use that domain name.
However, as soon as you stop paying for it, it is not yours anymore and anyone can grab it.
In addition to paying for the domain name registration, you will also have to pay for web hosting. You remain free to move to a better host at any time, for no supplementary fee: you have to change the domain name’s DNS addresses. Within 24 hours, the change will spread worldwide.
Before starting an online store, you will first need to select a hosting provider. Just about every web host can effectively handle the PrestaShop solution. However, only a few hosting providers offer optimized servers for PrestaShop (with 1-click install and an up-to-date version).
PrestaShop is an application that runs on a web server and uses the PHP programming language. It stores its data in a MySQL server.
No matter which hosting service you choose, the following components will be installed on your web server:
System: Unix, Linux, or Windows (Unix is highly recommended).
Web server: Apache Web server 2.2 or later.
PHP: 7.2 or later.
MySQL: 5.6 or later.
Server RAM: At least 256MB
of RAM.
You will need two tools:
a text editor to edit text files,
an FTP client to transfer files from your machine to your server and vice-versa.
Here are some well-known text editors, feel free to use whichever best suits your needs:
Windows:
MacOS :
Unix/Linux:
FTP is short for "File Transfer Protocol", which is the standard way used to transfer files from a computer to a web host.
In this guide, we will use Filezilla, which is a great and free FTP client for Windows, MacOS, and Linux.
Once FileZilla is installed, you will need to configure it with the connection parameters of your web server. Your host should have sent you these parameters. If not, ask them! Make sure to check your spam folder.
You'll need these parameters:
a hostname or an IP address: the location of your hosting space's FTP server.
a username: your hosting account identifier, which is unique to you.
a password: a compulsory security measure.
Open FileZilla, and open the Site Manager tool. You can do this in three different ways:
Press Ctrl+S,
Click the "Open the Site Manager" icon, at the top left corner,
Open the "File" menu, and select the "Site Manager" option.
A window opens:
To add your hosting space to the Site Manager:
Click the "New Site" button. A new entry is created in the site list. Give it a recognizable name.
On the right side, in the "General" tab, enter the parameters your host provided you with (Host, User, and Password). You should not have to change the other default parameters unless your host tells you otherwise.
Once all the fields are properly filled, click the "Connect" button. This will save your site in the list and log you into your account so that you can make sure everything works right.
You should decide right away where you want to host PrestaShop.
There are four possibilities relating to your domain name:
Whatever your plan is, the default store will always reside where PrestaShop itself is located.
Now that all the requirements are in place, you're ready to begin installing PrestaShop!
➡️ Check out the installation guide here:
This page has been recently updated!
🗣 What did you think of this article? Let us know!
Your feedback helps us improve PrestaShop's documentation for everyone! 🙌
You can use the emojis on the bottom right of this article to let us know what you think about this article ⬇️
Web server: Apache Web Server 2.4 (or any later version), or Nginx 1.0 (or later). Note that Apache 2.2 is compatible, but not recommended as it
Access codes to your FTP server and MySQL database. These should be provided by your if you are not doing a local installation.
A domain is the online identifier of your website, such as , or . It is the public face of your web server, and therefore, of your store.
That is why it is often recommended to get your domain name from an independent domain name registrar (see: ).
Gandi:
Namecheap:
GoDaddy:
IONOS:
Now that you have a domain name, you need to have it lead to PrestaShop. This means that the PrestaShop files need to reside on a web server. You might have a web server of your own, but it is more likely that you have or will have your store hosted by an , which provides you with an online home for a monthly or yearly fee.
You can find the list of the PrestaShop hosting partners .
is an open-source programming language, mainly used for web applications. Created in 1995, it has since become the most used programming language by web developers. It uses a C-like syntax, making it easy to learn.
is an open-source database management system. Also created in 1995, it's become the most used database system by web developers. It is based on the SQL language, the most widely used database language.
PrestaShop can also work with 6.0 or later, and 1.0 or later.
Sublime Text:
Sublime Text:
BBEdit:
Vim:
Emacs:
Do not use a word processor such as Microsoft Word or Writer when editing text files.
Download FileZilla from and install it.
CoreFTP:
WinSCP:
SmartFTP:
Cyberduck:
Transmit:
Fetch:
gFTP:
NcFTP:
Kasablanca:
At the root of the domain:
In a folder:
In a sub-domain:
In a folder of a sub-domain:
Thanks to the , you can have as many stores as necessary with a single installation of PrestaShop 8, each with its own specific domain name if necessary. You should take that into account when deciding what goes where.