- Author - PJ1004
- Version - 1.2
- Last Modified - 23-Apr-2023
- Database - MariaDB:10.5
- Apache Webserver - PHP 8.2
- IANSEO - 20230401
Once the repository is cloned, run the following command from inside the ianseo directory:
docker compose up -d
When the containers have started, open your web browser and navigate to:
http://127.0.0.1/ianseo/Install
When connecting to the database on the IANSEO first-run screen, just enter db
in the write server Host field. The root password is not required as a blank 'ianseo' database is created at first-time startup along with the 'ianseo' user.
Refer to the .env file if you wish to change the password or database settings before first run. If you want to retain your customisations in the .env file for future versions, add ".env" to your ".gitignore" file