From c3944bd1e334501073a3451ee3b4f954ca2038c2 Mon Sep 17 00:00:00 2001 From: Littlefoot <68826689+suprsokr@users.noreply.github.com> Date: Fri, 7 May 2021 17:17:23 -0600 Subject: docs: Updates more info section with a how to install modules section (#457) --- docs/Install-with-Docker.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 5b8e6ed..1c01a3f 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -196,6 +196,19 @@ To create a second realm we suggest you to take a look at the example available ## More info +### Adding Modules + +To add a module simply place the module directory inside of the `/azerothcore-wotlk/modules` directory. + +After adding a module you'll have to rebuild azerothcore: +``` +./acore.sh docker build +``` + +If the added module makes use of configurations files you'll have to place them in the `azerothcore-wotlk/env/docker/etc/modules` directory. If this modules directory doesn't exist, you'll have to manually create it yourself. + +After rebuilding you can [(re)start the containers](#how-can-i-start-stop-create-and-destroy-my-containers) again. + ### Memory usage The total amount of RAM when running all AzerothCore docker containers is **less than 2 GB** with no players online. -- cgit