fixed some issues
This commit is contained in:
@@ -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.
|
||||

|
||||
|
||||
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.
|
||||

|
||||
|
||||
### Axelor ERP
|
||||
The Axelor user interface
|
||||

|
||||
|
||||
BIN
ERP/install/axelor.png
Normal file
BIN
ERP/install/axelor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user