From bd3deeead05d9793fa757931bdb7429ca2a683f8 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 3 Aug 2020 14:23:31 +0300 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d1203..e41fa1c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ sudo npm install --unsafe-perm ``` ## How to guide how to configure units and the simulator +
**1. Insert Groups**
Groups will be inserted using the following script directly on the database: @@ -49,10 +50,12 @@ BEGIN end; $$; ``` +
**2. Insert units**
The units will be inserted from the provisioning(**Units -> Import from file**) and the **file_name.xlsx** file will have the following format: - + +
**3. Cimulator configuration:**
**For the simulation to simulate in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds).
From 73a340b9c4667dae34bcf5d45546d3457ecb70b0 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 3 Aug 2020 14:28:26 +0300 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41fa1c..2063017 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ end; $$;
**2. Insert units**
The units will be inserted from the provisioning(**Units -> Import from file**) and the **file_name.xlsx** file will have the following format: - +![FILE.XLSX Format](./doc/units-xlsx.png)
**3. Cimulator configuration:**
From eb2ada8121aaa78a77e9bcee6dc82a457d744bcf Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 3 Aug 2020 14:29:55 +0300 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2063017..97a4c94 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ The units will be inserted from the provisioning(**Units -> Import from file**) ![FILE.XLSX Format](./doc/units-xlsx.png)
-**3. Cimulator configuration:**
-**For the simulation to simulate in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds).
+**3. Simulator configuration:**
+For the simulation to simulate **in a period**, we must put the **testing_period setting in settings** (the value is in milliseconds).
Example in **config**:
```toml [settings]