Deployment

Kailona is a Nextcloud app, so it should be deployed with an instance of Nextcloud.

The following steps will help you to deploy Nextcloud, FHIR server and Kailona:

Setup Nextcloud instance#

For instructions, refer to here

Setup FHIR server#

For instructions, refer to here

Setup Kailona#

You can easily build Kailona and deploy it into your Nextcloud instance using the following steps:

  1. Clone this repository that includes the Kailona source code
cd {path-to-nextcloud-folder}/apps/
git clone https://github.com/Kailona/ehr
  1. Build the source code
make
  1. In your Nextcloud, navigate to Apps, find EHR (Electronic Health Records) and enable it.