commit | ef671ec6f03ed4ba76a1b3a674aac173e3f45eba | [log] [tgz] |
---|---|---|
author | Markus Geiß <mage@apache.org> | Thu Apr 20 20:12:59 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 20 20:12:59 2017 +0200 |
tree | 3cab450d279060aba175eb12f893d5ff0861e94b | |
parent | 6f0c108d092310cdc026362a6e06e148d3952275 [diff] | |
parent | d2ba26084aad094658ce30ac10fd039bb496c096 [diff] |
Merge pull request #1 from mgeiss/develop added workaround for weird mariadb behaviour
This project is an umbrella for all Mifos I/O Core components.
Mifos I/O is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.
Install Java 8 as described at https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html.
Install MariaDB as described at https://mariadb.com/kb/en/mariadb/binary-packages/.
After installation you need to create the meta database:
mysql -u root -pmysql CREATE DATABASE IF NOT EXISTS system_console;
Multi-tenancy is reached by providing separate data storage on a per tenant basis.
For every tenant a new database instance is created internally. A tenant aware component provides transparent access to these resources.
The version numbers follow the Semantic Versioning scheme.
In addition to MAJOR.MINOR.PATCH the following postfixes are used to indicate the development state.
The versioning layout is {MAJOR}.{MINOR}.{PATCH}-{INDICATOR}[.{PATCH}]. Only milestones and release candidates can have patch versions. Some examples:
1.2.3-BUILD-SNAPSHOT
1.3.5-RELEASE
See LICENSE file.