Skip to content

Install

github-actions edited this page Oct 2, 2025 · 3 revisions

Requisites

  • PHP 8.0 or higher (with the pdo, pdo_mysql, pdo_sqlite, zip and intl extensions enabled)

  • Apache 2.4 or higher

  • Composer (only for installation)

Installation

Go to your web server's root directory and run the following command:

composer create-project usbac/aurora

It will download a fresh copy of Aurora and install all the dependencies. You can also download a zip file from the releases page, unzip it in your web server's root directory and run the composer install command.

Done! You can now access your Aurora panel by going to /admin in your localhost (e.g., http://localhost/admin).

The admin user created by default is john.doe@mail.com and the password is 12345678. Be sure to change it.

Clone this wiki locally