Install WebERP On Ubuntu 16.04 (Xenial Xerus) Server

Sponsored Link
webERP is a complete web based accounting and business management 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, distribution and manufacturing. When combined with a 3rd party interactive desktop Point Of Sale system it can also form the hub of a dispersed multi-branch retail management system. A fully integrated webSHOP is also available as a 3rd party add-on. webERP is as an open-source application and is available as a free download to use with all the PHP code written in an accessible way for you to add your own features as needed.

WebERP Features

Entirely web-based
Sales Orders
Accounts Receivable
Purchase Orders
Accounts Payable
General Ledger
Contract Costing
Shipment Costing
MRP
Multi-Currency -- auto updated exchange rates
Standard Costing
Weighted Average Costing
Multi-Inventory Location
Multiple Invoice Taxes
Serial Numbered Inventory and Lot Tracking
Fixed Asset Register
Manufacturing
Multi-level Bills of Material
Ghost Bills
Kitsets and Assemblies
Expense Claims
Sales Analysis
Multi-Language -- utf8 support
PDF reports
Readable PHP code so allowing business people to understand scripts
Low foot-print, fast, simple code

First you need to make sure you have Ubuntu 16.04 LAMP server installed.

Preparing your server

Make sure you have installed the following package

sudo apt-get install php7.0-gd

After the above command you need to restart the apache2 service

sudo service apache2 restart

Install WebERP On Ubuntu 16.04 Server

Download the latest WebERP package from here to /var/www/html/

cd /var/www/html/

Unzip the webERP zip file and you should have webERP directory

unzip webERP_4.13.zip

Change permissions

sudo chmod -R 755 webERP

Now you need to go to http://serverip/webERP/

You should see similar to the following screen select your language and click on NEXT STEP

1

Enter Database Settings and click on NEXT STEP

2

Select time zone and adminpassword and click on INSTALL

3

After completing the installation you should see login screen and here enter the login details click on login

4

You can check the webERP manual and familiar with the product.

Sponsored Link

You may also like...

2 Responses

  1. Kalin V says:

    nice tutorial, thank you for share with us.

  2. Charles Dan says:

    Ubuntu is my favorite Linux OS for my Pc because of its functionality to surf internet without any type of hacking problem. i just love it. Really great post, Thank you for sharing This knowledge.Excellently written article, if only all bloggers offered the same level of content as you, the internet would be a much better place.

Leave a Reply

Your email address will not be published. Required fields are marked *