diff options
| author | Littlefoot <68826689+suprsokr@users.noreply.github.com> | 2021-05-07 17:17:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 01:17:23 +0200 |
| commit | c3944bd1e334501073a3451ee3b4f954ca2038c2 (patch) | |
| tree | 5c25511f760284baec055f334db5a68c1d7e55be /docs | |
| parent | 1f0aa512c2bf53216d0718cb1c8efa9dbb6b6fbd (diff) | |
| download | wiki-c3944bd1e334501073a3451ee3b4f954ca2038c2.tar.gz wiki-c3944bd1e334501073a3451ee3b4f954ca2038c2.tar.bz2 wiki-c3944bd1e334501073a3451ee3b4f954ca2038c2.zip | |
docs: Updates more info section with a how to install modules section (#457)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Install-with-Docker.md | 13 |
1 files changed, 13 insertions, 0 deletions
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. |
