Skip to content

Commit

Permalink
PKF-2: Initialize repository with the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Mar 20, 2019
0 parents commit 8e1bae1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
@@ -0,0 +1,12 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
38 changes: 38 additions & 0 deletions README.md
@@ -0,0 +1,38 @@
<img src="readme/flag_of_Haiti.png" alt="Haiti Flag" width="500"/>

# Bahmni distribution for Haiti

_Bahmni distribution for Haiti to bring common configuration and metadata to child distributions._

-----

This repository maintains the 'distro POM' for the _Bahmni distribution for Haiti_.

It downloads and brings in one place all artifacts needed by the distribution, simply run:
```
mvn clean package
```

This distribution should be used to inherit configuration and metadata that is common across Bahmni implementations in Haiti, such as a the Address Hierarchy, Registration screens, Concept Dictionary...

To use it, simply refer to it as a `<parent>` in the child distribution **pom.xml** file:
```xml
<parent>
<groupId>net.mekomsolutions</groupId>
<artifactId>bahmni-distro-haiti</artifactId>
<version>1.0.0</version>
</parent>
```

### Target inventory:

* `bahmni_emr/`
<br/>The target version of the front-end apps that makes 'Bahmni EMR'.
* `bahmni_config/`
<br/>The bespoke Bahmni configuration (more [here](https://github.com/mekomsolutions/bahmni-config-jib)) to be consumed by Bahmni Apps.
* `openmrs_modules/`
<br/>The required set of OpenMRS modules.
* `openmrs_config/`
<br/>The OpenMRS bespoke configuration (more [here](https://github.com/mekomsolutions/openmrs-config-jib)) to be processed by the [Initializer module](https://github.com/mekomsolutions/openmrs-module-initializer).
* `openmrs_core/`
The target version of OpenMRS Core.
Binary file added readme/flag_of_Haiti.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e1bae1

Please sign in to comment.