
WebERP is an open-source accounting and business management system written in PHP. You can use it to manage business transactions including, purchase orders, web store, manufacturing, sales, general ledger, and shipping. In this article, you'll learn how to install WebERP on Ubuntu 20.04.
After installing the LAMP stack, you'll need to make a few modifications to run WebERP.
Login into mysql.
Create a database named weberp.
Grant all privileges to database weberp.
Reload the changes.
Exit MariaDB.
Modify the Apache 000-default.conf default configuration file.
Delete the file content and replace it with the following lines below. Replace example.com with your domain name.
Enable Apache rewrite mode.
Restart the Apache webserver.
Install unzip.
Download WebERP.
Unzip WebERP.
Copy the extracted directory to the Apache web root directory.
Change the root directories permissions.
You have successfully installed WebERP on your server.
Access the WebERP page through your browser. For example:
For the database credentials:
0 Comments
Be the first to comment and share your perspective with the community.