fixed some issues

This commit is contained in:
2022-11-27 23:18:52 +02:00
parent 675c6cf111
commit e6daaa51f1
3 changed files with 11 additions and 2 deletions

View File

@@ -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. 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) ![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)

BIN
ERP/install/axelor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@@ -12,7 +12,7 @@ More information on how to navigate through the platform, check this [video](vid
* [Side by Side ERP comparison](03Comparison.md) * [Side by Side ERP comparison](03Comparison.md)
- [SAP workshop](SAPWorkshop.md) - [SAP workshop](SAPWorkshop.md)
- [ERP Architeture](04ERPArchiteture.md) - [ERP Architeture](04ERPArchiteture.md)
- [Assigment 05](05CangeManagement.md) - [Assigment 05](05ChangeManagement.md)
--- ---