The second iteration of the Overseer games.
The database dump can be found at database.sql. Here, it's the master branch that contains the last official live version.
- Install Docker (for dev work, you can also look at installing Docker Desktop to have the containers in an easy-to-view GUI)
- Create a copy of
.env.distnamed.env, and adjust any details in there if needed - Run the following command in the base of this repository:
docker compose --profile dev up -d --build - Wait for the build to finish. This may take a while depending on how fast your internet connection and computer are. An initial build is expected to take about 5 minutes.
- The website should now be accessible in
https://localhost, with the PHP side directly accessible inhttp://localhost:9000, the Rust side directly accessible inhttp://localhost:8000, the PHPMyAdmin side directly accessible inhttp://localhost:8080, and the MySQL database directly accessible vialocalhost:3306.