mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Update to 1.6.0.11
- Update pkg-message
This commit is contained in:
parent
5533109d77
commit
2237061a3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377494
3 changed files with 17 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= prestashop
|
PORTNAME= prestashop
|
||||||
PORTVERSION= 1.6.0.9
|
PORTVERSION= 1.6.0.11
|
||||||
CATEGORIES= finance www
|
CATEGORIES= finance www
|
||||||
MASTER_SITES= http://www.prestashop.com/download/
|
MASTER_SITES= http://www.prestashop.com/download/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (prestashop_1.6.0.9.zip) = 0bceeaa7ce1e0789f13f67fdab6b9edb42fa73c1d3826000bc289191988c68af
|
SHA256 (prestashop_1.6.0.11.zip) = b16b069da84b3df48853507279ce55f527e42ed49c78526505d1c9068d70e10d
|
||||||
SIZE (prestashop_1.6.0.9.zip) = 21055953
|
SIZE (prestashop_1.6.0.11.zip) = 21939261
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
1 Congratulations! You have successfully installed
|
1 Congratulations! You have successfully installed
|
||||||
PRESTASHOP e-Commerce platform.
|
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.
|
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%%/
|
Alias /prestashop %%WWWDIR%%/
|
||||||
AcceptPathInfo On
|
AcceptPathInfo On
|
||||||
<Directory %%WWWDIR%%>
|
<Directory %%WWWDIR%%>
|
||||||
|
@ -14,11 +15,20 @@ PRESTASHOP e-Commerce platform.
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
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 Create a database for PRESTASHOP.
|
3 Create a database for PRESTASHOP.
|
||||||
|
|
||||||
4 Then continue to proceed to Prestashop web setup proccess with
|
4 Then continue to proceed to Prestashop web setup proccess with
|
||||||
your browser:
|
your browser:
|
||||||
http://your-server-name/prestashop/install
|
http://your-server-name/prestashop/
|
||||||
|
|
||||||
5 More detailed document could be found here:
|
5 More detailed document could be found here:
|
||||||
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
|
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
|
||||||
|
|
Loading…
Add table
Reference in a new issue