[FIX] readme support french and update documentation
This commit is contained in:
parent
3a89caa33e
commit
08b2881217
3 changed files with 54 additions and 51 deletions
|
|
@ -110,7 +110,7 @@ Changez de version avec `make switch_odoo_18`, `make switch_odoo_16`, etc.
|
||||||
|
|
||||||
<!-- [en] -->
|
<!-- [en] -->
|
||||||
|
|
||||||
# Installation
|
# Installation in production
|
||||||
|
|
||||||
## Easy installation on Ubuntu or Debian using Docker
|
## Easy installation on Ubuntu or Debian using Docker
|
||||||
|
|
||||||
|
|
@ -121,7 +121,7 @@ Internet.
|
||||||
|
|
||||||
<!-- [fr] -->
|
<!-- [fr] -->
|
||||||
|
|
||||||
# Installation
|
# Installation en production
|
||||||
|
|
||||||
## Installation facile sur Ubuntu ou Debian avec Docker
|
## Installation facile sur Ubuntu ou Debian avec Docker
|
||||||
|
|
||||||
|
|
@ -133,13 +133,13 @@ directement a Internet.
|
||||||
<!-- [en] -->
|
<!-- [en] -->
|
||||||
|
|
||||||
1. Make sure Docker and nginx web server are installed:<BR>
|
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>
|
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>
|
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>
|
1. Open the final installation step at this web page :<BR>
|
||||||
```http://[server IP]:8069```<BR>
|
`http://[server IP]:8069/web/database/manager`<BR>
|
||||||

|

|
||||||
1. Finish the installation by providing a database name, email and password. then click on **Create Database**.
|
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
|
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] -->
|
<!-- [fr] -->
|
||||||
|
|
||||||
1. Assurez-vous que Docker et le serveur web nginx sont installes :<BR>
|
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>
|
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>
|
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>
|
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>
|
||||||

|

|
||||||
1. Terminez l'installation en fournissant un nom de base de donnees, un courriel et un mot de passe, puis cliquez sur **Create Database**.
|
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
|
Selon les ressources de votre systeme, **cela peut prendre plus de 2 minutes sans retour visuel !** Verifiez
|
||||||
|
|
|
||||||
35
README.fr.md
35
README.fr.md
|
|
@ -53,7 +53,7 @@ Changez de version avec `make switch_odoo_18`, `make switch_odoo_16`, etc.
|
||||||
- **Mainframe** : architecture 390x
|
- **Mainframe** : architecture 390x
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation en production
|
||||||
|
|
||||||
## Installation facile sur Ubuntu ou Debian avec Docker
|
## 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.
|
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>
|
||||||
|

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

|
||||||
|
|
||||||
|
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 :
|
Clonez le projet :
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
50
README.md
50
README.md
|
|
@ -52,7 +52,7 @@ Switch between versions with `make switch_odoo_18`, `make switch_odoo_16`, etc.
|
||||||
- **Mainframe** : 390x architecture
|
- **Mainframe** : 390x architecture
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation in production
|
||||||
|
|
||||||
## Easy installation on Ubuntu or Debian using Docker
|
## Easy installation on Ubuntu or Debian using Docker
|
||||||
|
|
||||||
|
|
@ -63,13 +63,13 @@ Internet.
|
||||||
|
|
||||||
|
|
||||||
1. Make sure Docker and nginx web server are installed:<BR>
|
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>
|
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>
|
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>
|
1. Open the final installation step at this web page :<BR>
|
||||||
```http://[server IP]:8069```<BR>
|
`http://[server IP]:8069/web/database/manager`<BR>
|
||||||

|

|
||||||
1. Finish the installation by providing a database name, email and password. then click on **Create Database**.
|
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
|
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.
|
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>
|
|
||||||

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

|
|
||||||
|
|
||||||
Vous pouvez maintenant personnaliser votre installation ERPLibre.
|
|
||||||
|
|
||||||
<!-- [en] -->
|
|
||||||
|
|
||||||
For more information, read [Docker guide](./docker/README.md).
|
For more information, read [Docker guide](./docker/README.md).
|
||||||
|
|
||||||
|
|
@ -106,26 +86,12 @@ For more information, read [Docker guide](./docker/README.md).
|
||||||
|
|
||||||
### Automated installation
|
### 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
|
For Debian/Ubuntu
|
||||||
|
|
||||||
<!-- [fr] -->
|
|
||||||
|
|
||||||
Pour Debian/Ubuntu
|
|
||||||
|
|
||||||
<!-- [common] -->
|
|
||||||
|
|
||||||
```bash
|
```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
|
cd ERPLibre
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Support Ubuntu 20.04, 22.04, 24.04, 25.04 and OSX.
|
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:
|
Install a specific Odoo version:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make install_odoo_16
|
make install_odoo_16
|
||||||
|
make install_odoo_17
|
||||||
|
make install_odoo_18
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue