diff --git a/04ERPArchiteture.md b/04ERPArchiteture.md index 5ac63b9..427e0ee 100644 --- a/04ERPArchiteture.md +++ b/04ERPArchiteture.md @@ -7,4 +7,13 @@ However, is also understandable, that if a company don't have skills and knowled At beginning of the course, around firsts days of October, I setup a Virtual Machine and installed the Axelor ERP for testing purpose. since that time, the system is working without need for intervention, except one general intervention to renew certificates for all the network devices, not related with the ERP Axelor, but with the infrastructure. ![uptime](ERP/install/uptime.png) -The model selected could be described as 3-Tier, on which the application is separated from the database. In my implementation, both applications were installed in the same Virtual Machine as it didn't require heavy load. But, is recommended to separate to facilitate maintenance, in case of upgrades and backup also. The database [PostgreSQL](https://www.postgresql.org/) is installed directly over the operation system, in this case Ubuntu 20.04 LTS. The Axelor application is installed in a [Docker](https://www.docker.com/) container using [Docker compose](https://docs.docker.com/compose/) to facilitate the implementation and use, check file [here](ERP/install/docker-compose.yaml. +The model selected could be described as 3-Tier, on which the application is separated from the database. In my implementation, both applications were installed in the same Virtual Machine as it didn't require heavy load. But, is recommended to separate to facilitate maintenance, in case of upgrades and backup also. The database [PostgreSQL](https://www.postgresql.org/) is installed directly over the operation system, in this case Ubuntu 20.04 LTS. The Axelor application is installed in a [Docker](https://www.docker.com/) container using [Docker compose](https://docs.docker.com/compose/) to facilitate the implementation and use, check file [here](ERP/install/docker-compose.yaml). + +## Screenshots +### My favorite +The control center of the Virtual Machine as well an application to follow up which program is using more resources. +![uptime](ERP/install/VMinUse.png) + +### Axelor ERP +The Axelor user interface +![uptime](ERP/install/axelor.png) diff --git a/ERP/install/axelor.png b/ERP/install/axelor.png new file mode 100644 index 0000000..5232767 Binary files /dev/null and b/ERP/install/axelor.png differ diff --git a/README.md b/README.md index ae8342b..523a844 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ More information on how to navigate through the platform, check this [video](vid * [Side by Side ERP comparison](03Comparison.md) - [SAP workshop](SAPWorkshop.md) - [ERP Architeture](04ERPArchiteture.md) -- [Assigment 05](05CangeManagement.md) +- [Assigment 05](05ChangeManagement.md) ---