Skip to content

Installation Guide

Recurlix comes with an easy-to-use web installer to help you get up and running quickly.

Option 1: Using the Web Installer

  1. Upload Files: Upload all files from the source folder to your web server's root or a subdirectory.
  2. Set Permissions: Ensure the storage and bootstrap/cache directories are writable by the web server.
  3. Visit Site: Open your browser and navigate to your site's URL (e.g., https://yourdomain.com).
  4. Follow Steps: The installer will automatically detect your environment and guide you through:
    • License Verification
    • Requirement Check
    • Directory Permission Check
    • Database Configuration
    • Admin Account Setup

Option 2: Manual Installation (Developers)

If you prefer to install manually using the terminal:

  1. Clone/Upload: Upload the files to your server.
  2. Install Dependencies: Run composer install --no-dev.
  3. Environment Setup: Copy .env.example to .env and configure your database credentials.
  4. App Key: Run php artisan key:generate.
  5. Database Migration: Run php artisan migrate --seed.
  6. Storage Link: Run php artisan storage:link.

Post-Installation

After installation, make sure to:

  • Delete the install folder if it still exists (the installer usually does this automatically).
  • Configure your Cron Jobs for background tasks.

Released under the Commercial License.