[DiscordArchive] It expects the `.conf` to have everything?
[DiscordArchive] It expects the `.conf` to have everything?
Archived author: Foe • Posted: 2023-01-22T21:32:37.324000+00:00
Original source
rename, replace values, etc
Archived author: mynameismeat • Posted: 2023-01-22T21:41:06.185000+00:00
Original source
looks like it does end up running it, after tracing the scripts. This is how they are end-to-end created in the docker build.
1. <https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/docker/Dockerfile#L219> runs `apps/docker/docker-build-prod.sh`
2. <https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/docker/docker-build-prod.sh#L5> runs `acore.sh compiler build`
3. <https://github.com/azerothcore/azerothcore-wotlk/blob/master/acore.sh#L8> sources `apps/installer/main.sh`
4. <https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/installer/main.sh#L43> runs `apps/compiler/compiler.sh build`
5. <https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/compiler/compiler.sh#L7> sources and runs the `comp_compile` function in `apps/compiler/includes/functions.sh`
`./acore.sh compiler all` (command from bash dashboard setup guide <https://www.azerothcore.org/wiki/ac-dashboard-core-installation>) does a similar thing
Archived author: mynameismeat • Posted: 2023-01-22T21:41:22.159000+00:00
Original source
I feel like im talking too much about it haha. just wait for my PR