Installation Updated: November 03, 2025

Installation Guide

Installation Requirements

Before installing, ensure you have:

  • PHP 7.4 or higher
  • MySQL 5.7 or higher
  • Apache or Nginx web server
  • mod_rewrite enabled

Step 1: Database Setup

Create a new MySQL database:

CREATE DATABASE docs_system CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Step 2: Configuration

Edit the config.php file and update your database credentials:

<?php\ndefine('DB_HOST', 'localhost');\ndefine('DB_USER', 'your_username');\ndefine('DB_PASS', 'your_password');\ndefine('DB_NAME', 'docs_system');\n?>

Step 3: Run Installation

Navigate to install.php in your browser and follow the instructions.

Step 4: Security

Important: Delete the install.php file after installation!