Skip to content

Package Install

The easiest installation method — no build step required.

Download

Get the latest release from one of these sources:

Installation Steps

  1. Unzip the downloaded package to your target directory
  2. Set your web root to the public/ directory
  3. Configure URL rewrite rules (see below)
  4. Open your browser and follow the installation wizard

URL Rewrite Configuration

Nginx

nginx
location / {
    try_files $uri $uri/ /index.php?$query_string;
}

Apache

No extra configuration needed — public/.htaccess already includes rewrite rules.