Child pages
  • What you need to get started

Versions Compared

Key

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

...

Here is a quick list of what you need to get started with the installation of PrestaShop 1.7. Should you not feel comfortable with the lack of details, you will find detailed instructions in the sections following this one.

  • System requirements:
    • PHP 57.4 1 or later.
      • Useful settings (in the php.ini file): 
        • allow_url_fopen set to On, 
        • register_globals set to Off,
        • upload_max_filesize set to "16M" (or more).
      • Must-have PHP extensions (in the php.ini file): PDO_MySQL CURL, cURLDOM, SimpleXMLFileinfo, mcrypt, GD, OpenSSLIntl, DOMMbstring, SOAP, Zip, fileinfoJSON, Iconv.
      • Useful server tools: cron/crontab, Memcached.
    • MySQL 5.0 6 or later.
    • Better if: 
      • Unix/Linux hosting.
      • Apache Web Server 2.0 or 2 or later or nginx Web Server.
        • Apache module settings: 
          • mod_rewrite enabled, 
          • mod_security disabled,
          • mod_auth_basic disabled.
      • At least 128 256 Mb of RAM dedicated to PHP. The more the better.
  • Access codes to your FTP server, your MySQL database
    • These should be provided by your web host if you are not doing a local installation.
  • Any text editor.
  • Any FTP client.
  • Any modern Web browser (if using Internet Explorer: at least IE9).

...

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. A domain is the online identifier for your website, such as example.com or myonlineshop.netnet or agreatbrand.store. It is the public face of your web server, and therefore of your store.

You need to buy a domain name for your store. You might get one when you get your web hosting in place: many web 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 easy to get the full package (hosting+domain name) in one go. For more information about domains, see the list of independent registrars below or follow the link: https://www.prestashop.com/en/domain.

Tip

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 they 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 they can make you pay for it. And since the domain name is your brand and your address on the web, you must obey the web host's rules.

That is why it is often recommended to get your domain name from an independent domain name registrar (see: http://en.wikipedia.org/wiki/Domain_name_registrar). 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, but as soon as you stop paying for it, it is not yours anymore and anyone can grab it for himself.

In addition to paying for the domain name registration, you will also have to pay for web hosting. But at least you remain free to move to a better host at any time, for no supplementary fee: you just have to change the domain name’s DNS addresses. Within 24 hours, the change will be spread across the world.

...

There are many more. Ask your friends about them!

...

When choosing your host, remember one crucial requirement: it must provide you with support for PHP 5PHP 7.4 1(or more recent), the programming language with which PrestaShop is written, and MySQL 5.6 (or more recent), the database system where PrestaShop stores all its data. There are more requirements: see the "Technical requirements" section below.

...

  • System: Unix, Linux or Windows. Unix is highly recommended.
  • Web server: Apache Web server 2.0 2 or later.
  • PHP 5PHP 7.4 1 or later. You may have to activate PHP 5 (ask your hosting provider).
  • MySQL 5.0 6 or later.
  • At least 128 256 Mb of RAM on your server.

...