Velmi stručný a hrubý překlad instalace:
1. While not necessary, we strongly recommend you create a database for your store, or use the database designated by your hosting company.
Pro svůj shop musíš mít vytvořenou databázi to se týká především pokud chceš instalovat na svůj server localhost, pokud použiješ hosting
většnou je již vytvořena
2. Turn on GD Library functionality. On a default installation of PHP, the GD Library is turned off. The standard Windows instructions are:
Pro PHP si zapni podporu GDknihovny (standartně nebývá ždy zapnuto) Na windows postupuj takto
1. In the root directory of your PHP folder, open the php.ini file.
V adresáři s instalací PHP si otevči soubor php.ini
2. Uncomment the line extension=php_gd2.dll (about half-way through the file, in the middle of a long list of extensions) by deleting the ;
Odkomentuj řádek extension=php_gd2.dll a to tak, že umažeš ; na začátku
3. Restart the services.
Restartuj službu - myšleno webserver - apache nebo IIS
3. Download the PrestaShop e-Commerce solution software.
Stáhni si Prestashop
4. Unzip the PrestaShop ZIP archive anywhere on your hard drive.
Rozbal na svůj HDD
5. Upload the contents (not the folder itself) of the /prestashop folder to the root directory (e.g.,
http://www.mysite.com/) of your hosting server via FTP.
Nahraj obsah adresáře /prestashop do kořenového adrsáře tvého hostingu pomocí FTP.
You can also upload the files to a subdirectory you’ve created (e.g.,
http://www.mysite.com/prestashop/) if you wish to keep your root homepage separate.
Můžeš to nahrát i do podadresáře.
6. While you have your FTP connected to your Web hosting server, make sure the following PrestaShop folders have ‘write’ permissions (also known as “CHMOD 777” – explanation of file permissions here) but do not apply these permissions recursively (to their subfolders): /config, /upload, /download, /tools/smarty/compile. Then make sure the following folders have ‘write’ permissions and apply these permissions recursively (to their subfolders): /img, /mails, /modules, /themes/prestashop/lang, /translations
Poté uprav přístupové práva CHMOD 777 ale ne rekurzivně pro (také pro podadresáře) na /config, /upload, /download, /tools/smarty/compile.
Dále nastav CHMOD 777 a to rekurzivně pro /img, /mails, /modules, /themes/prestashop/lang, /translations
7. In a Web browser, launch the Installer by adding install to your shop’s URL (e.g.,
http://www.mysite.com/prestashop/install).
ve webovém prohlížeči spusť instalaci zadáním adresy např.
http://www.mysite.com/prestashop/install 8. Upon completing the PrestaShop Installer wizard, use your FTP software to navigate to your /prestashop folder. There, delete the /install folder and rename the /admin folder (for example, /admin123 or, even better, /xyz789). This is for security reasons. If later you forget the name you gave the /admin folder, you can confirm its name via your FTP browser.
Projdi průvodcem instalací a poté pomocí FTP smaž adresář /install a přejmenuj /admin ( např na /admin123 apod.) To je kvůli bezpečnosti.