From ec8f09cf4ac421a0b2bc4e680c70cf41990dafc5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Aug 2024 18:56:29 +0200 Subject: [PATCH] More complete README --- README.md | 14 ++++++-------- README.template | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 461d5c7..60e3b14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Dolibarr on Docker -Docker image for Dolibarr ERP CRM Open source web suite. +Docker image for Dolibarr ERP & CRM Open source web suite. + +Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...). + +> [More information](https://github.com/dolibarr/dolibarr) ## Supported tags @@ -22,12 +26,6 @@ Docker image for Dolibarr ERP CRM Open source web suite. Linux x86-64 (`amd64`), ARMv7 32-bit (`arm32v7` :warning: MariaDB/Mysql docker images don't support it) and ARMv8 64-bit (`arm64v8`) -## What is Dolibarr ? - -Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...). - -> [More information](https://github.com/dolibarr/dolibarr) - ## How to run this image ? @@ -38,7 +36,7 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit If you want to have a persistent database and dolibarr data files after reboot or upgrade, you must first create a directory /home/mariadb_data, /home/dolibarr_data and /home/dolibarr_custom on you host to store persistent files. -`mkdir /home/mariadb_data; mkdir /home/dolibarr_data;` +`mkdir /home/mariadb_data /home/dolibarr_data /home/dolibarr_custom;` Then, create a `docker-compose.yml` file as following: diff --git a/README.template b/README.template index c3a6cce..c3a594e 100644 --- a/README.template +++ b/README.template @@ -1,6 +1,10 @@ # Dolibarr on Docker -Docker image for Dolibarr ERP CRM Open source web suite. +Docker image for Dolibarr ERP & CRM Open source web suite. + +Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...). + +> [More information](https://github.com/dolibarr/dolibarr) ## Supported tags @@ -16,12 +20,6 @@ Docker image for Dolibarr ERP CRM Open source web suite. Linux x86-64 (`amd64`), ARMv7 32-bit (`arm32v7` :warning: MariaDB/Mysql docker images don't support it) and ARMv8 64-bit (`arm64v8`) -## What is Dolibarr ? - -Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...). - -> [More information](https://github.com/dolibarr/dolibarr) - ## How to run this image ? @@ -32,7 +30,7 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit If you want to have a persistent database and dolibarr data files after reboot or upgrade, you must first create a directory /home/mariadb_data, /home/dolibarr_data and /home/dolibarr_custom on you host to store persistent files. -`mkdir /home/mariadb_data; mkdir /home/dolibarr_data;` +`mkdir /home/mariadb_data /home/dolibarr_data /home/dolibarr_custom;` Then, create a `docker-compose.yml` file as following: