1011 B
1011 B
RadFusion PACS
Introduction
RadFusion PACS is a comprehensive Picture Archiving and Communication System (PACS) designed to streamline the management and viewing of medical imaging studies.
Requirements
- PHP 8.4+
- Composer
- Docker
- Laravel Sail
Installation
-
Clone the repository:
git clone https://github.com/masroore/radfusion-pacs.git cd radfusion-pacs
-
Install dependencies:
composer install
-
Copy the
.env
file:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Start the application using Laravel Sail:
./vendor/bin/sail up -d
-
Run the database migrations:
./vendor/bin/sail artisan migrate
Usage
To access the application, open your web browser and navigate to http://localhost
.
License
Copyright © 2024-2025 Dr. Masroor Ehsan Choudhury. All rights reserved.