Spis treści
- Czego potrzebujesz by zacząć?
- Aby szybko rozpocząć
- Szczegółowe instrukcje
- Rejestracja domeny
- Znalezienie hosta
- Wymagania sprzętowe
- Narzędzia
- Planowanie
- Instalacje PrestaShop
Czego potrzebujesz by zacząć?
Aby szybko rozpocząć
Poniżej przedstawiamy listę rzeczy koniecznych do rozpoczęcia instalacji PrestaShop 1.6. Jeśli po przeczytaniu tej sekcji nie wszystko będzie jasne - nie przejmuj się, szczegóły znajdziesz w kolejnych rozdziałach.
- Wymagania sprzętowe:
- PHP 5.2 lub nowszy.
- Przydatne ustawienia:
allow_url_fopen
= On,register_globals
= Off,magic_quotes_*
= Off,safe_mode
= Off (wszystko w pliku thephp.ini
),file_max_upload_size
= "16M". - Przydatne rozszerzenia PHP: PDO_MySQL, cURL, SimpleXML, mcrypt, GD, OpenSSL, DOM, SOAP (wszystko w pliku
php.ini
). - Przydatne narzędzia serwerowe: cron/crontab, Memcached.
- Przydatne ustawienia:
- MySQL 5.0 lub nowszy.
- Będzie lepiej jeśli:
- zdecydujesz się na hosting w oparciu o Unix/Linux.
- wybierzesz Apache Web Server 1.3 (lub nowszy), rónie dobrym wyborem będzie nginx Web Server.
- Ustawienia modułu Apache:
mod_rewrite
enabled,mod_security
disabled,mod_auth_basic
disabled.
- Ustawienia modułu Apache:
- będziesz dysponował przynajmniej 64 Mb pamięci RAM dla PHP.
- PHP 5.2 lub nowszy.
- Dane dostępowe do serwera FTP oraz bazy danych MySQL
- Dane te powinny być dostarczone przez Twojego dostawcę usług hostingowych - chyba, że wykonujesz instalację lokalną.
- Edytor tekstowy.
- Klient FTP.
- Dowolna współczesna przeglądarka internetowa (jeśli używasz Internet Explorer: przynajmniej IE8).
Musisz także zdecydować się jaki adres URL w Twojej domenie powinien mieć Twój sklep.
Sprawdź oficjalne wymagania sprzętwe: http://www.prestashop.com/en/system-requirements.
Jeśli wszystkie powyższe zostały spełnione, możesz posłużyć się instrukcją instalacji: http://doc.prestashop.com/display/PS16/Installing+PrestaShop.
Detailed set-up instructions
PrestaShop is a web application: it needs to be installed on a web server in order to run, and it needs a domain name that your visitors will use to access your store.
Registering a domain name
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.net
. 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 be able to get one at the same time as 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.