From 67d537b10bd0cd619763867941bbbef3c76c0fda Mon Sep 17 00:00:00 2001 From: Fabien Mathey Date: Fri, 16 Jun 2017 08:52:02 +0200 Subject: [PATCH] added the import of the database content --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c6fb78..162732c 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,12 @@ Change Sql Mode in my.cnf: sql-mode = MYSQL40 -There is 2 databases: +There are 2 databases: * monarc_common contain models and data create by smile. * monarc_master contain all user and authentication information +Once the databases are created, go to the folder /db-bootstrap/ and extract the monarc-common.sql.gz and import it into the monarc_common database. + Symbolics links ---------------