From 243df764e4b40ba05afeca69bd55306117943aa9 Mon Sep 17 00:00:00 2001 From: David Beniamine <david@beniamine.net> Date: Tue, 27 Aug 2024 15:21:13 +0200 Subject: [PATCH] Update dump infos --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index bd0555d..7a6aff8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,3 @@ -**This repo should remain private** - ## Setting up your environement 1. Clone this repository @@ -25,7 +23,9 @@ touch dolibarr/documents/install.lock ## Databases (For developpement) -There is a `dumps/` directory in this repository holding dumps from dev the instances of Dolibarr we use +There is a `dumps/` directory in this repository holding a very old dump from a dev instance of Dolibarr 9.x + +admin password on this instance is `dev` [There is a dump](dumps/internal.sql.gz) from a database used for internal developpements. You can import it by running: ```bash -- GitLab