We use cookies to give you the best online experience. By using our website you agree to our use of cookies in accordance with our cookie policy. You find more information in our Privacy Policy.
Last update: 28th of January, 2020
Derec application consists of two main parts - API and frontend single page application (SPA). Both parts are served over HTTP. Deployment script will provide a possibility to provision installation with a custom DNS record and SSL certificate to serve application over HTTPS.
Containers (with help of Docker) are used to host the Derec application. Therefore future updates can guarantee very same integrity and quality as in our cloud-based deployment.
It's recommended to have SSL for better security as a system will handle private health data
Dedicated Ubuntu 18.04 LTS instance with root access (It's recommended to use virtualized OS instance)
It's recommended to monitor Ubuntu 18.04 LTS instance with your choice of monitoring application (Zabbix, Nagios or similar).
Derec application has HTTP health status page in JSON, so it's possible to integrate Derec application monitoring to your already used monitoring system.
All patient data is stored in a MySQL database. A nightly database backup will be stored on a server at /backup path. It's recommended to mount this path as an external volume and take an off-site backup from it.