1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/finance/weberp/files/pkg-message.in
Martin Wilke d53f7cf11b webERP is a complete web based accounting/ERP system
that requires only a web-browser and pdf reader to use.
It has a wide range of features suitable for many
businesses particularly distributed businesses in
wholesale and distribution. It is developed as an
open-source application and is available as a free
download to use. The feature set is continually expanding
as new businesses and developers adopt it.There have
been in excess of 80,000 downloads to date.

WWW:	http://www.weberp.org/

PR:		ports/127878
Submitted by:	Wen heping <wenheping at gmail.com>
2008-10-11 15:25:14 +00:00

22 lines
563 B
Plaintext

POST-INSTALL CONFIGURATION FOR webERP
=====================================
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 /weberp %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Before you start webERP, please read carefully the INSTALL file:
/usr/local/www/weberp/doc/INSTALL.txt
for detailed information.
=====================================