=============================================
1 Congratulations! You have successfully installed
PRESTASHOP e-Commerce platform.
2 Add the following to your Apache configuration file
httpd.conf, and restart the server:
For Apache versions earlier than 2.4:
Alias /prestashop %%WWWDIR%%/
AcceptPathInfo On
AllowOverride None
Order Allow,Deny
Allow from all
For Apache version 2.4.x or above:
Alias /prestashop /usr/local/www/prestashop/
AcceptPathInfo On
Options Indexes
AllowOverride None
Require all granted
3 Create a database for PRESTASHOP.
4 Then continue to proceed to Prestashop web setup proccess with
your browser:
http://your-server-name/prestashop/
5 More detailed document could be found here:
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
=============================================