Child pages
  • What you need to get started

Versions Compared

Key

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

...

  • System requirements:
    • PHP 5.2 or later.
      • Useful settings (in the php.ini file):
        • allow_url_fopen set to On, 
        • register_globals set to Off,
        • magic_quotes_* set to Off,
        • safe_mode set to Off,
        • upload_max_filesize set to "16M" (ou plusor more).
      • Useful Must-have PHP extensions (in the php.ini file): PDO_MySQL, cURL, SimpleXML, mcrypt, GD, OpenSSL, DOM, SOAP, Zip.
      • Useful server tools: cron/crontab, Memcached.
    • MySQL 5.0 or later.
    • Better if:
      • Unix/Linux hosting.
      • Apache Web Server 1.3 or later or nginx Web Server.
        • Apache module settings:
          • mod_rewrite enabled, 
          • mod_security disabled,
          • mod_auth_basic disabled.
      • At least 64 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 IE8).

...

FTP is short for "File Transfer Protocol", meaning 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, Mac OS X and Linux. Download it from http://filezilla-project.org/ and start its installer. Note: do not download FileZilla Server, only FileZilla Client!

Once FileZilla is installed, you will need to configure it with the connection parameters for of your web server, which should have been sent to you by your host. If not, ask for them to your host – or check your spam folder.

...

  • 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: obligatory security a compulsory security measure.

Open FileZilla, and open its 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.

...

Note that thanks to the multistore feature, you can have as many stores as necessary with a single installation of PrestaShop 1.6, each with its own specific domain name if necessary. You should take that into account when deciding what goes where.
Whatever your plan is, the default store will always reside where PrestaShop itself is located.

...