mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6a0a0c8aa4
solution, as well as technically than graphically. Find on the PrestaShop official marketplace, addons.prestashop.com, an unlimited quantity of extensions or templates for our e-commerce solution. WWW: http://www.prestashop.com/
26 lines
781 B
Plaintext
26 lines
781 B
Plaintext
=============================================
|
|
1 Congratulations! You have successfully installed
|
|
PRESTASHOP e-Commerce platform.
|
|
|
|
2 Add the following to your Apache configuration, and
|
|
restart the server:
|
|
|
|
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
|
Alias /prestashop %%WWWDIR%%/
|
|
AcceptPathInfo On
|
|
<Directory %%WWWDIR%%>
|
|
AllowOverride None
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
3 Create a database for PRESTASHOP.
|
|
|
|
4 Then continue to proceed to Prestashop web setup proccess with
|
|
your browser:
|
|
http://your-server-name/prestashop/install
|
|
|
|
5 More detailed document could be found here:
|
|
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
|
|
=============================================
|