aboutsummaryrefslogtreecommitdiffstats
path: root/finance/prestashop/files/pkg-message.in
blob: 026d07d9e51fcc8be0f3fb5c727f2a2cfed6b207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=============================================
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 version 2.4.x or above:
   Alias /prestashop /usr/local/www/prestashop/
   AcceptPathInfo On
   <Directory /usr/local/www/prestashop>
        Options Indexes
      AllowOverride None
      Require all granted
   </Directory>

3 Then continue to proceed to Prestashop web setup proccess with
  your browser:
  http://your-server-name/prestashop/

4 More detailed document could be found here:
  http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
=============================================