[FIX] readme support french and update documentation

This commit is contained in:
Mathieu Benoit 2026-03-07 00:06:40 -05:00
parent 3a89caa33e
commit 08b2881217
3 changed files with 54 additions and 51 deletions

View file

@ -110,7 +110,7 @@ Changez de version avec `make switch_odoo_18`, `make switch_odoo_16`, etc.
<!-- [en] -->
# Installation
# Installation in production
## Easy installation on Ubuntu or Debian using Docker
@ -121,7 +121,7 @@ Internet.
<!-- [fr] -->
# Installation
# Installation en production
## Installation facile sur Ubuntu ou Debian avec Docker
@ -133,13 +133,13 @@ directement a Internet.
<!-- [en] -->
1. Make sure Docker and nginx web server are installed:<BR>
```sudo apt install docker.io docker-compose-v2 nginx```
`sudo apt install docker.io docker-compose-v2 nginx`
1. Get the latest ERPLibre Docker compose file:<BR>
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.6.0/docker-compose.yml```
`wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/master/docker-compose.yml`
1. Install and run ERPLibre with Docker running as a daemon (web server):<BR>
```sudo docker compose up -d```
`sudo docker compose up -d`
1. Open the final installation step at this web page :<BR>
```http://[server IP]:8069```<BR>
`http://[server IP]:8069/web/database/manager`<BR>
![odoo_first_installation.png](doc/image/odoo_first_installation.png)
1. Finish the installation by providing a database name, email and password. then click on **Create Database**.
Depending on your system resources **this may take more than 2 minutes without feedback !** Check your browser
@ -152,13 +152,13 @@ directement a Internet.
<!-- [fr] -->
1. Assurez-vous que Docker et le serveur web nginx sont installes :<BR>
```sudo apt install docker.io docker-compose-v2 nginx```
`sudo apt install docker.io docker-compose-v2 nginx`
1. Obtenez le dernier fichier Docker compose d'ERPLibre :<BR>
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.6.0/docker-compose.yml```
`wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/master/docker-compose.yml`
1. Installez et lancez ERPLibre avec Docker en mode daemon (serveur web) :<BR>
```sudo docker compose up -d```
``sudo docker compose up -d`
1. Ouvrez l'etape finale d'installation a cette page web :<BR>
```http://[server IP]:8069```<BR>
`http://[server IP]:8069/web/database/manager`<BR>
![odoo_first_installation.png](doc/image/odoo_first_installation.png)
1. Terminez l'installation en fournissant un nom de base de donnees, un courriel et un mot de passe, puis cliquez sur **Create Database**.
Selon les ressources de votre systeme, **cela peut prendre plus de 2 minutes sans retour visuel !** Verifiez

View file

@ -53,7 +53,7 @@ Changez de version avec `make switch_odoo_18`, `make switch_odoo_16`, etc.
- **Mainframe** : architecture 390x
# Installation
# Installation en production
## Installation facile sur Ubuntu ou Debian avec Docker
@ -63,6 +63,39 @@ Ceci a ete teste sur Debian 12 et Ubuntu 24.04 LTS.
directement a Internet.
1. Assurez-vous que Docker et le serveur web nginx sont installes :<BR>
`sudo apt install docker.io docker-compose-v2 nginx`
1. Obtenez le dernier fichier Docker compose d'ERPLibre :<BR>
`wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/master/docker-compose.yml`
1. Installez et lancez ERPLibre avec Docker en mode daemon (serveur web) :<BR>
``sudo docker compose up -d`
1. Ouvrez l'etape finale d'installation a cette page web :<BR>
`http://[server IP]:8069/web/database/manager`<BR>
![odoo_first_installation.png](doc/image/odoo_first_installation.png)
1. Terminez l'installation en fournissant un nom de base de donnees, un courriel et un mot de passe, puis cliquez sur **Create Database**.
Selon les ressources de votre systeme, **cela peut prendre plus de 2 minutes sans retour visuel !** Verifiez
l'indicateur de chargement de votre navigateur.
1. Ensuite, la page web se rechargera automatiquement et vous devriez voir la liste des applications dans ERPLibre :<BR>
![odoo_application_list.png](doc/image/odoo_application_list.png)
Vous pouvez maintenant personnaliser votre installation ERPLibre.
Pour plus d'informations, consultez le [guide Docker](./docker/README.md).
## Installation depuis le code source
### Installation automatisee
Pour Debian/Ubuntu
```bash
sudo apt install make python3
```
Clonez le projet :

View file

@ -52,7 +52,7 @@ Switch between versions with `make switch_odoo_18`, `make switch_odoo_16`, etc.
- **Mainframe** : 390x architecture
# Installation
# Installation in production
## Easy installation on Ubuntu or Debian using Docker
@ -63,13 +63,13 @@ Internet.
1. Make sure Docker and nginx web server are installed:<BR>
```sudo apt install docker docker-compose nginx```
`sudo apt install docker.io docker-compose-v2 nginx`
1. Get the latest ERPLibre Docker compose file:<BR>
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.6.0/docker-compose.yml```
`wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/master/docker-compose.yml`
1. Install and run ERPLibre with Docker running as a daemon (web server):<BR>
```sudo docker-compose up -d```
`sudo docker compose up -d`
1. Open the final installation step at this web page :<BR>
```http://[server IP]:8069```<BR>
`http://[server IP]:8069/web/database/manager`<BR>
![odoo_first_installation.png](doc/image/odoo_first_installation.png)
1. Finish the installation by providing a database name, email and password. then click on **Create Database**.
Depending on your system resources **this may take more than 2 minutes without feedback !** Check your browser
@ -79,26 +79,6 @@ Internet.
You can now personalize your ERPLibre installation.
<!-- [fr] -->
1. Assurez-vous que Docker et le serveur web nginx sont installes :<BR>
```sudo apt install docker.io docker-compose-v2 nginx```
1. Obtenez le dernier fichier Docker compose d'ERPLibre :<BR>
```wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/v1.6.0/docker-compose.yml```
1. Installez et lancez ERPLibre avec Docker en mode daemon (serveur web) :<BR>
```sudo docker compose up -d```
1. Ouvrez l'etape finale d'installation a cette page web :<BR>
```http://[server IP]:8069```<BR>
![odoo_first_installation.png](doc/image/odoo_first_installation.png)
1. Terminez l'installation en fournissant un nom de base de donnees, un courriel et un mot de passe, puis cliquez sur **Create Database**.
Selon les ressources de votre systeme, **cela peut prendre plus de 2 minutes sans retour visuel !** Verifiez
l'indicateur de chargement de votre navigateur.
1. Ensuite, la page web se rechargera automatiquement et vous devriez voir la liste des applications dans ERPLibre :<BR>
![odoo_application_list.png](doc/image/odoo_application_list.png)
Vous pouvez maintenant personnaliser votre installation ERPLibre.
<!-- [en] -->
For more information, read [Docker guide](./docker/README.md).
@ -106,26 +86,12 @@ For more information, read [Docker guide](./docker/README.md).
### Automated installation
<!-- [fr] -->
Pour plus d'informations, consultez le [guide Docker](./docker/README.md).
## Installation depuis le code source
### Installation automatisee
<!-- [en] -->
For Debian/Ubuntu
<!-- [fr] -->
Pour Debian/Ubuntu
<!-- [common] -->
```bash
sudo apt install make python
sudo apt install make python3
```
@ -172,6 +138,7 @@ git clone https://github.com/ERPLibre/ERPLibre.git
cd ERPLibre
```
Support Ubuntu 20.04, 22.04, 24.04, 25.04 and OSX.
@ -183,8 +150,11 @@ make install_odoo_18
Install a specific Odoo version:
```bash
make install_odoo_16
make install_odoo_17
make install_odoo_18
```