You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Open a terminal and type ./gradlew clean build to compile the project, run the tests, and build the Docker container.
Type docker-compose up.
You should see it download some containers, then a bunch of logs. When you see a message like Started AgonyForge in 15.86 seconds then it's ready to go! Point your web browser at http://localhost:8080 and you'll see the main page.
Try editing greeting.txt first. You can make changes to what the MUD says when you first connect to it.
When you're done looking around, you can Ctrl+C in your terminal to shut down Agony Forge. To completely delete the Docker containers, type docker-compose down.
If you want to skip the tests for a faster build, run ./gradlew clean build -x check.