Quick Installation & Setup Published on 19 Aug 2026 • 52 views

How to Clone & Install E-Atria HMS from GitHub

Step-by-step guide to installing E-Atria HMS on Ubuntu 24.04 / 22.04 with PHP 8.3 and MySQL.

Installing E-Atria HMS

E-Atria HMS is open source software. You can download and install it on your server free of charge from GitHub.

System Requirements

  • Ubuntu Server 20.04 LTS / 22.04 LTS / 24.04 LTS
  • Apache2 Web Server with mod_rewrite
  • PHP 8.2 or 8.3 with extensions (pdo, mysql, curl, mbstring, xml, zip, gd)
  • MySQL 8.0 or MariaDB 10.6+

Step 1: Clone Repository

cd /var/www/html
git clone https://github.com/infodevsofttech-admin/devsofttech_hms_ci4.git hms

Step 2: Create MySQL Database

CREATE DATABASE eatria_hms CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Step 3: Configure Database & VirtualHost

Copy env to .env inside the project root and configure your database parameters. Ensure your Apache DocumentRoot points to /var/www/html/hms/public.

If you require professional remote installation assistance, E-Atria provides complete installation services for ₹10,000 one-time fee.

All Articles Need Help Installing?