diff --git a/README.base.md b/README.base.md
index 13bd9ab..881f989 100644
--- a/README.base.md
+++ b/README.base.md
@@ -110,7 +110,7 @@ Changez de version avec `make switch_odoo_18`, `make switch_odoo_16`, etc.
-# Installation
+# Installation in production
## Easy installation on Ubuntu or Debian using Docker
@@ -121,7 +121,7 @@ Internet.
-# Installation
+# Installation en production
## Installation facile sur Ubuntu ou Debian avec Docker
@@ -133,13 +133,13 @@ directement a Internet.
1. Make sure Docker and nginx web server are installed:
- ```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:
- ```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):
- ```sudo docker compose up -d```
+ `sudo docker compose up -d`
1. Open the final installation step at this web page :
- ```http://[server IP]:8069```
+ `http://[server IP]:8069/web/database/manager`

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.
1. Assurez-vous que Docker et le serveur web nginx sont installes :
- ```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 :
- ```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) :
- ```sudo docker compose up -d```
+ ``sudo docker compose up -d`
1. Ouvrez l'etape finale d'installation a cette page web :
- ```http://[server IP]:8069```
+ `http://[server IP]:8069/web/database/manager`

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
diff --git a/README.fr.md b/README.fr.md
index a0522e6..dd83be4 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -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 :
+ `sudo apt install docker.io docker-compose-v2 nginx`
+1. Obtenez le dernier fichier Docker compose d'ERPLibre :
+ `wget https://raw.githubusercontent.com/ERPLibre/ERPLibre/master/docker-compose.yml`
+1. Installez et lancez ERPLibre avec Docker en mode daemon (serveur web) :
+ ``sudo docker compose up -d`
+1. Ouvrez l'etape finale d'installation a cette page web :
+ `http://[server IP]:8069/web/database/manager`
+ 
+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 :
+ 
+
+ 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 :
diff --git a/README.md b/README.md
index 389f516..10191a4 100644
--- a/README.md
+++ b/README.md
@@ -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:
- ```sudo apt install docker docker-compose nginx```
+ `sudo apt install docker.io docker-compose-v2 nginx`
1. Get the latest ERPLibre Docker compose file:
- ```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):
- ```sudo docker-compose up -d```
+ `sudo docker compose up -d`
1. Open the final installation step at this web page :
- ```http://[server IP]:8069```
+ `http://[server IP]:8069/web/database/manager`

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.
-
-
-1. Assurez-vous que Docker et le serveur web nginx sont installes :
- ```sudo apt install docker.io docker-compose-v2 nginx```
-1. Obtenez le dernier fichier Docker compose d'ERPLibre :
- ```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) :
- ```sudo docker compose up -d```
-1. Ouvrez l'etape finale d'installation a cette page web :
- ```http://[server IP]:8069```
- 
-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 :
- 
-
- Vous pouvez maintenant personnaliser votre installation ERPLibre.
-
-
For more information, read [Docker guide](./docker/README.md).
@@ -106,26 +86,12 @@ For more information, read [Docker guide](./docker/README.md).
### Automated installation
-
-
-Pour plus d'informations, consultez le [guide Docker](./docker/README.md).
-
-## Installation depuis le code source
-
-### Installation automatisee
-
-
For Debian/Ubuntu
-
-
-Pour Debian/Ubuntu
-
-
```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
```