You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/10/20 00:20:51 UTC

[fineract-cn-data-jpa] branch develop updated: Eliminate traces of MariaDB

This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-data-jpa.git


The following commit(s) were added to refs/heads/develop by this push:
     new 42ee82e  Eliminate traces of MariaDB
     new ffb1cf2  Merge pull request #9 from Izakey/develop
42ee82e is described below

commit 42ee82e4bb2cb4380c1a8893e82f85e3a541e4cc
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Sat Oct 19 23:59:45 2019 +0100

    Eliminate traces of MariaDB
---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index bdf96da..cf93288 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,12 @@ Apache Fineract CN is an application framework for digital financial services, a
 Install Java 8 as described at https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html.
 
 ### Installation
-#### MariaDB
-Install MariaDB as described at https://mariadb.com/kb/en/mariadb/binary-packages/.
+#### PostgreSQL
+Install PostgreSQL as described at https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-16-04
 
-After installation you need to create the meta database:
+After installation you need to connect to the default postgres database:
 
-    mysql -u root -pmysql
-    CREATE DATABASE IF NOT EXISTS system_console;
+    sudo -i -u postgres psql
     
 ## Multi-tenancy
 Multi-tenancy is reached by providing separate data storage on a per tenant basis.