[DiscordArchive] Hi all I am trying to install ACore using docker and playerbots branch from GitHub, everytime I atte
[DiscordArchive] Hi all I am trying to install ACore using docker and playerbots branch from GitHub, everytime I atte
Archived author: volek • Posted: 2023-07-20T13:02:58.088000+00:00
Original source
Hi all I am trying to install ACore using docker and playerbots branch from GitHub, everytime I attempt to run start:app I get the following error message:
```bash
service "ac-db-import" didn't complete successfully: exit 1
```
I did also notice an error during build
```bash
Generating confs...
sed: couldn't open temporary file /azerothcore/env/dist/bin/../etc/sedZftMbf: Permission denied
```
anyone know why this would be happening and what I do to fix it?
Archived author: mynameismeat • Posted: 2023-07-20T14:41:11.485000+00:00
Original source
`/azerothcore/env/dist/bin/../etc/sedZftMbf` would be `$ACORE_ROOT/env/docker/etc/sedZftMbf`. the easiest thing to do would be to `chmod 777 -R env/docker/etc`. It's probably owned to root, whereas the ac-db-import might be being run by a non-root user
Archived author: volek • Posted: 2023-07-20T16:53:20.853000+00:00
Original source
` azerothcore env dist bin etc