[DiscordArchive] would you rather...
[DiscordArchive] would you rather...
Archived author: mynameismeat • Posted: 2023-05-03T21:22:20.681000+00:00
Original source
if you want to build and not run, `docker compose build`
Archived author: mynameismeat • Posted: 2023-05-03T21:22:56.087000+00:00
Original source
if you want to build and run `docker compose up --build`
Archived author: mynameismeat • Posted: 2023-05-03T21:23:12.477000+00:00
Original source
and build + run in background `docker compose up --build -d`
Archived author: KJack • Posted: 2023-05-03T21:51:47.514000+00:00
Original source
**WIP Docker rework for AzerothCore**
https://github.com/kjack9/azerothcore-wo...ker-rework
```
git clone https://github.com/kjack9/azerothcore-wotlk/
cd azerothcore-wotlk
git fetch; git switch docker-rework
```
Edit the Docker Compose env file
- `cp conf/dist/env.docker .env`
- edit `.env` file
Build AzerothCore (includes downloading client data):
- `docker compose --profile build up`
Start AzerothCore:
- `docker compose --profile run up`
[Embed: GitHub - kjack9/azerothcore-wotlk at docker-rework]
Complete Open Source and Modular solution for MMO. Contribute to kjack9/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/kjack9/azerothcore-wo...ker-rework
Archived author: KJack • Posted: 2023-05-03T22:54:23.760000+00:00
Original source
latest commit doesn't require `sed` commands anymore.
Archived author: KJack • Posted: 2023-05-03T23:47:22.938000+00:00
Original source
i do have it in-mind to automate the configuration of worldserver.conf and authserver.conf once we get docker sorted out. it should be grabbing DB username/password from the `.env` file.