mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
29 lines
706 B
Plaintext
29 lines
706 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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/
|
|
EOM
|
|
}
|
|
]
|