1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/freeway/files/pkg-message.in
Martin Wilke f1272ce577 Freeway is by far the largest and most fully featured
Open Source eCommerce platform. It doesn't just sell
products but extends to sell in some very fancy new
ways and is very configurable. For example, you can
just sell products if you are not interested in the
other selling methods.

You will find Freeway has very strong CRM features as
well as a useful and simple CMS as well.

WWW:	http://www.openfreeway.org/

PR:		ports/127568
Submitted by:	Wen heping <wenheping at gmail.com>
2008-09-26 23:29:02 +00:00

28 lines
771 B
Plaintext

POST-INSTALL CONFIGURATION FOR Freeway
=====================================
1) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /freeway %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your Freeway site with a browser (i.e.,
http://your.server.com/freeway/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Freeway.
For more information, see the INSTALL DOCUMENTATION:
https://www.openfreeway.org/documentation/TblCont
=====================================