radfusion/README.md
2025-01-20 22:56:53 +06:00

62 lines
1011 B
Markdown

# 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
1. **Clone the repository:**
```sh
git clone https://github.com/masroore/radfusion-pacs.git
cd radfusion-pacs
```
2. **Install dependencies:**
```sh
composer install
```
3. **Copy the `.env` file:**
```sh
cp .env.example .env
```
4. **Generate application key:**
```sh
php artisan key:generate
```
5. **Start the application using Laravel Sail:**
```sh
./vendor/bin/sail up -d
```
6. **Run the database migrations:**
```sh
./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.