diff options
author | Fiachra Corcoran <fiachra.corcoran@ericsson.com> | 2018-08-07 22:19:13 +0100 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@ericsson.com> | 2018-08-08 16:19:48 +0100 |
commit | bce219cdadbad724b1c6b2704695d8adf11eb65d (patch) | |
tree | 6766104b1f178e3ad5bbf643f7cab3a0201c61ea /README.md | |
parent | dcb5aef184cc0e6a68fc65a4bf0fbc4e48968bad (diff) |
DB utils update for db initialization
Issue-ID: DMAAP-566
Change-Id: I3dad4059a3b192f2c54598985893b1334809d1f0
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,7 +8,7 @@ The Data Routing System is different from many existing platforms for distributi Provisioning is implemented as a Java servlet running under Jetty in one JVM
- Provisioning data is stored in a MySQL database
+ Provisioning data is stored in a MariaDB database
The backup provisioning server and each node is informed any time provisioning data changes
@@ -103,13 +103,13 @@ Datarouter is a Unix based service Pre-requisites to run the service
-MySQL Version 5.6
+MariaDB Version 10.2.14
Java JDK 1.8
-Install MySQL and load needed table into the database
+Install MariaDB and load needed table into the database
-Sample install_db.sql is provided in the datarouter-prov/data .
+Sample sql_init_01.sql is provided in the datarouter-prov/src/main/resources/misc
Go to datarouter-prov module and run the service using main.java
@@ -142,7 +142,7 @@ Java - 1.8 Maven - 3.2.5
-MySQL - 5.6
+MariaDB - 10.2.14
Self Signed SSL certificates
|