-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OZ-450: Updated Quick Start and added implementer guide placeholder. (#2
- Loading branch information
Showing
8 changed files
with
46 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.DS_Store | ||
.DS_Store | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Ozone Docs | ||
|
||
This projects drives the content of https://docs.ozone-his.com | ||
This projects drives the content of https://docs.ozone-his.com |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Implementer Guide | ||
|
||
!!! info "🚧 Work In Progress" | ||
Coming soon: | ||
- Using the Ozone Maven archetype | ||
- Using the Maven parent | ||
- Override inherited configurations (OpenMRS backend config, OpenMRS frontend config, Odoo config...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,64 @@ | ||
# Quick Start | ||
??? question "Wait, have you checked the online demo of Ozone Pro? :thinking:" | ||
|
||
Before diving into the Quick Start or implementer guides, visit <a href="https://www.ozone-his.com">our website</a> and click **Try Demo** to explore the official Ozone Pro online demo. | ||
|
||
## Run Ozone | ||
# Quick Start | ||
|
||
=== ":fontawesome-solid-location-dot: locally" | ||
=== ":fontawesome-solid-location-dot: Locally" | ||
|
||
Three lines in a terminal: | ||
Only three commands in a terminal: | ||
|
||
Download and install Ozone | ||
```bash | ||
curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-latest.sh | bash /dev/stdin | ||
``` | ||
|
||
Run | ||
``` | ||
```bash | ||
cd ozone/run/docker/scripts/ | ||
``` | ||
|
||
```bash | ||
./start-demo.sh | ||
``` | ||
|
||
!!! warning "" | ||
|
||
:fontawesome-regular-hourglass-half: It may take some time to download and setup Ozone for the first time. | ||
|
||
=== ":simple-gitpod: Gitpod" | ||
Then, start browsing Ozone. This requires you to log into each component separately: | ||
|
||
One click here: | ||
| **HIS Component** | **URL** | | ||
|-------------------|-------------------------------------------------------------------------------------------| | ||
| OpenMRS 3 | <a href="http://localhost/openmrs/spa" target="_blank">http://localhost/openmrs/spa</a> | | ||
| SENAITE | <a href="http://localhost:8081/senaite" target="_blank">http://localhost:8081/senaite</a> | | ||
| Odoo | <a href="http://localhost:8069" target="_blank">http://localhost:8069</a> | | ||
| Superset | <a href="http://localhost:8088" target="_blank">http://localhost:8088</a> | | ||
|
||
[![](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ozone-his/ozone/) | ||
|
||
!!! info "" | ||
=== ":simple-gitpod: Gitpod" | ||
|
||
When ready Gitpod will launch the browser tab for OpenMRS 3. | ||
Just one click: | ||
|
||
[![](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ozone-his/ozone/) | ||
|
||
!!! warning "" | ||
|
||
## <a href="#browse">Browse Ozone</a> | ||
:fontawesome-regular-hourglass-half: It may take some time to download and setup Ozone for the first time. | ||
|
||
Then, start browsing Ozone. This requires you to log into each component separately: | ||
Gitpod will automatically launch a new tab for OpenMRS 3. | ||
|
||
=== ":simple-apache: Nginx (default)" | ||
You can navigate to other Ozone HIS components via the PORTS tab of the Gitpod window: | ||
|
||
| HIS Component | URL | Username | Password | | ||
|-------------------|--------------------------------|----------|----------| | ||
| OpenMRS 3 | http://localhost/openmrs/spa | admin | Admin123 | | ||
| SENAITE | http://localhost:8081/senaite | admin | password | | ||
| Odoo | http://localhost:8069 | admin | admin | | ||
| Superset | http://localhost:8088 | admin | password | | ||
![Ozone services started](assets/images/gitpod-list-services.png) | ||
|
||
=== ":simple-traefikproxy: Traefik" | ||
Each component will require you to log in separately with their own credentials: | ||
|
||
| HIS Component | URL | Username | Password | | ||
|-------------------|-------------------------------------------|----------|----------| | ||
| OpenMRS 3 | https://emr-172-17-0-1.traefik.me | admin | Admin123 | | ||
| SENAITE | https://lims-172-17-0-1.traefik.me | admin | password | | ||
| Odoo | https://erp-172-17-0-1.traefik.me | admin | admin | | ||
| Superset | https://analytics-172-17-0-1.traefik.me | admin | password | | ||
| **HIS Component** | **Username** | **Password** | | ||
|-------------------|--------------|--------------| | ||
| OpenMRS 3 | admin | Admin123 | | ||
| SENAITE | admin | password | | ||
| Odoo | admin | admin | | ||
| Superset | admin | password | | ||
|
||
!!! tip "**Did you know?**" | ||
|
||
Ozone Pro comes with [single sign-on and](/users/sso) all its interoperability layer is secured with OAuth2. | ||
Ozone Pro comes with [single sign-on](/users/sso) and all its interoperability layer is secured with OAuth2. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters