Skip to content

Commit

Permalink
Merge branch 'azerothcore:master' into tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gultask authored Jul 24, 2024
2 parents ec1058c + d010ac7 commit 62c744d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,16 @@ For example, to install `mod-solocraft`:
```console
# Clone the module to `modules` with the name of the repository
$ git clone https://github.com/azerothcore/mod-solocraft.git modules/mod-solocraft
# Install SQL files (OPTIONAL)
$ cp modules/mod-solocraft/data/sql/db-characters/mod_solo_craft.sql data/sql/custom/db_characters
# Re-build Azerothcore
$ docker compose up -d --build
```

Configurations through environment variables work with modules, though if you prefer configuration files you'll have to place them in the `azerothcore-wotlk/env/dist/etc/modules` directory. If this modules directory doesn't exist, you'll have to manually create it.

Note that SQL needs to be manually installed as well - this can be semi-automated by moving the SQL files to the respective directory under `data/sql/custom`, or you may execute the SQL file against the correct database.

### Where are the logs for the server?

With docker, it's common that applications log to the console. With logging to the console, docker handles log rotation and persistence. You can view these with the `docker compose logs` command.
Expand Down

0 comments on commit 62c744d

Please sign in to comment.