Hello,
This project seems to have been abandoned as there has been no activity for the past 3-4 years. This is not a good sign if you are planning to use it for production as you will not have any security updates.
However, if you decide to use it, what you need to do is first clone the project:
- git clone git@github.com:EasyERP/EasyERP_open_source.git
Then install npm
by following the steps here:
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04
Then install browse
:
After that cd
into the EasyERP project and run:
npm install
Followed by:
You also need to have MongoDB installed, you can follow the steps here:
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04
Once you have MongoDB installed you need to unzip the dump.zip
:
And restore the two databases from the file.
Finally run the project.
Regards,
Bobby

by Brennen Bearnes
by Kathleen Juell
Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. In this guide, we'll show you how to get started with Node.js on an Ubuntu 18.04 server.