-
Notifications
You must be signed in to change notification settings - Fork 0
Install
github-actions edited this page Feb 12, 2024
·
2 revisions
-
PHP 8.0 or higher (with the PDO and ZIP extensions enabled)
-
Apache 2.4 or higher
-
Composer (only for 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
8153
user created by default is john.doe@mail.com
and the password is 12345678
. Be sure to change it.