diff --git a/.gitignore b/.gitignore
index b7e460e..c0d91a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -214,7 +214,6 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
-effective-pom.xml
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
diff --git a/.gitpod.yml b/.gitpod.yml
index ce817a0..e1a37d7 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,5 @@
tasks:
- - name: Run Ozone Ozone Haiti
+ - name: Run Ozone Haiti
before: sudo apt-get update && sudo apt-get install -y gettext-base && sudo rm -rf /var/lib/apt/lists/*
init: ./scripts/mvnw clean package
command: source target/go-to-scripts-dir.sh && ./start.sh
diff --git a/assembly.xml b/assembly.xml
new file mode 100644
index 0000000..9c3edf8
--- /dev/null
+++ b/assembly.xml
@@ -0,0 +1,20 @@
+
+
+ zip-distro-dir
+
+ zip
+
+ false
+
+
+ .
+ ${project.build.directory}/${project.artifactId}-${project.version}
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1b133bb..db83180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,19 @@
+
+ com.ozonehis
+ ozone
+ zip
+ 1.0.0-SNAPSHOT
+
+
+ com.ozonehis
+ ozone-scripts
+ zip
+ 1.0.0-SNAPSHOT
+
+
diff --git a/readme/impl-guide.md b/readme/impl-guide.md
index 8fefab6..6a247c0 100644
--- a/readme/impl-guide.md
+++ b/readme/impl-guide.md
@@ -1,4 +1,4 @@
-# Ozone Ozone Haiti - Implementer Guide
+# Ozone Haiti - Implementer Guide
This distribution can be run using the [Ozone Docker Compose](https://github.com/ozone-his/ozone-docker-compose) project, which is the default configuration for this. The quick start command below is for demonstration and trial purposes and would not be suitable for a stable environment.
@@ -11,7 +11,7 @@ Build
Run
```bash
source target/go-to-scripts-dir.sh
-./start-demo.sh
+./start-ozone.sh
```
diff --git a/scripts/docker-compose-files.txt b/scripts/docker-compose-files.txt
deleted file mode 100755
index e6a9435..0000000
--- a/scripts/docker-compose-files.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-docker-compose-common.yml
-docker-compose-openmrs.yml
-