[DiscordArchive] Hello. I somehow having troubles to make modules work with dockerized AzerothCore and see no tutoria
[DiscordArchive] Hello. I somehow having troubles to make modules work with dockerized AzerothCore and see no tutoria
Archived author: Poka • Posted: 2019-02-23T14:12:57.673000+00:00
Original source
Hello. I somehow having troubles to make modules work with dockerized AzerothCore and see no tutorials about that. Can someone show me some pointers what am I missing ?
Archived author: Shin • Posted: 2019-02-23T14:37:15.736000+00:00
Original source
<@173408063926173696> when you launch the Docker build, it will compile whatever there is in your sources
Archived author: Shin • Posted: 2019-02-23T14:37:32.408000+00:00
Original source
so just install modules the way you normally do, and launch the compilation
Archived author: Shin • Posted: 2019-02-23T14:38:04.203000+00:00
Original source
FYI: I'm working to improve the docker system, soon this PR will be merged:https://github.com/azerothcore/azerothcore-wotlk/pull/1507
[Embed: feat(docker): add cache for faster rebuild by FrancescoBorzi · Pu...]
This PR allows docker build to cache the results for faster rebulding.
Closes #1502
HOW TO TEST THE CHANGES:
To test this PR you need to have the requirements Docker setup (install docker, downlo...
https://github.com/azerothcore/azerothco.../pull/1507
Archived author: Poka • Posted: 2019-02-23T14:38:05.026000+00:00
Original source
so just "./bin/acore-docker-build" will do ?
Archived author: Shin • Posted: 2019-02-23T14:38:07.850000+00:00
Original source
yes