Description
weberp - Open-Source Web-Based ERP System
Property |
Value |
Distribution |
FreeBSD 12 |
Repository |
FreeBSD Ports Latest amd64 |
Package filename |
weberp-4.15.1.txz |
Package name |
weberp |
Package version |
4.15.1 |
Package release |
- |
Package architecture |
amd64 |
Package type |
txz |
Category |
finance www |
Homepage |
http://www.weberp.org/ |
License |
GPLv2 |
Maintainer |
wen@FreeBSD.org |
Download size |
15.35 MB |
Installed size |
110.34 MB |
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/
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 /usr/local/www/weberp/
AcceptPathInfo On
<Directory /usr/local/www/weberp>
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.
install
Alternatives
Requires
Download
Type |
URL |
Mirror |
pkg.freebsd.org |
Binary Package |
weberp-4.15.1.txz
|
Source Package |
finance/weberp
|
Install Howto
Install weberp txz package:
# pkg install weberp
See Also