confessore / azuremyst

TBC 2.4.3 (Build 8606) Abandonware Community Server utilizing cMaNGOS

Home Page:https://azuremy.st

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo:reimage

 

open issues forks stars license

 

 

create your .env file from the example.

this deployment guide is tailored for debian based operating systems and always a work in progress. everything should "just work".

it is tested against debian:bullseye-slim

  • remember the submodules
$ git submodule update --init --recursive
$ git submodule update --recursive --remote

 

  • copy dbc, maps, mmaps, and vmaps data to the ~/azuremyst/data directory

 

  • create the required docker volumes
    $ sudo docker volume create azuremyst-db

 

  • build and run the composition
    $ sudo docker compose build
    # go make some food or fold laundry
    # todo: add some more advanced caching to reduce subsequent build time
    $ sudo docker compose up -d db
    # wait a few seconds for db to init
    $ sudo docker compose up -d
    # first run installs db

 

(public boxes require that the realm in db be bound to the gateway ip)

set realmlist and enjoy!

About

TBC 2.4.3 (Build 8606) Abandonware Community Server utilizing cMaNGOS

https://azuremy.st

License:GNU General Public License v3.0


Languages

Language:Dockerfile 57.8%Language:Shell 42.2%