Setup Wizard

Starting the Wizard

After uploading the files and importing the database schema, open your browser and navigate to:

https://yourdomain.com/

The setup wizard runs through a sequence of screens. You will not be able to skip steps — each step must be completed before the next one unlocks.

Step 1 — Requirements Check

The wizard checks your server for required PHP extensions and folder permissions. Each item will show a green tick or a red cross. Resolve any red items before continuing:

  • PHP version: must be 8.4+
  • Extensions: gd, pdo_mysql, intl, mbstring, zip must be enabled
  • Writable folders: uploads/ and config/ must be writable

Step 2 — Database Connection

Enter the database credentials you noted during Database Setup:

  • Database host (usually localhost)
  • Database name, username, and password

The wizard tests the connection before continuing. If it fails, double-check your credentials in the hosting control panel.

Step 3 — Site Configuration

Configure the basic site settings:

  • Install Directory: directory where a script is installed is autoconfigured (e.g. https://example.com/my_site/)
  • Company Name: enter your company name
  • Site Email: enter your site email
  • Admin Username: set your default admin username. You will not be able to change it afterward.

Step 4 — Admin Account

Temporary password is displayed. Change it once logged into your admin panel.

Step 5 — Finalize

The wizard writes config/conf.php with your settings, then locks the installation directory to prevent re-running. After completion, delete install/ folder for security.

You can now log in to the admin panel at https://yourdomain.com/admin/.