azerothcore setup #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have pulled this
https://www.azerothcore.org/wiki/install-with-docker
and somewhat updated the docker-compose.yml that was within, need to create a user:pass for mariadb still
Create 3 DBs + a dedicated user on the mariadb container, grant it rights, then change the root;${DOCKER_DB_ROOT_PASSWORD...} part in the 3 AC_*_DATABASE_INFO strings to your new user/password.
take note of steps to create user in this file:
mysql_mariadb-documentation.txt
then can try to run this
at the top it says don't make changes to this file, so trying to do it their way but still going to be loading another version of mysql i don't like. so prolly going to just fork and work from my fork
had a brain fart, the volumes i'm trying to replace need their own folder to work out of, since i'm running from azerothcore/ i made a new folder azerothcore/bind for the bind mounts. Still kind of confused on the point of the volumes created here and what exactly is being saved, should prolly just do a test run, see the files in the location then check azerothcore/ location and see if just locally within would be better. Hard to explain really can't quite think it through to word it out.
Just going to create databases and user and have it import the new stuff. Might have to start with theres to get a database made then copy/move the database to my own instance if this doesn't work. Just a thought.
Instructions can be found: mysql_mariadb-documentation.txt and sql-commands-documentation.txt
ended up using mysql8.4 since they don't recommend mariadb, so running inside the container with azerothcore, got it up and running now can connect with wow.sickgaming.net
need a way to create new accounts for people from sickgaming.net. maybe in admin panel or setup a plugin for it.
Also need to setup a database backup to another location so I don't lose everything or something happens and I can easily revert.
same with minecraft honestly.
thinking of a few addons to make it easier to adjust things and what not too.
https://github.com/LightDestory/AzerothCoreAdmin
full catalogue: https://www.azerothcore.org/catalogue#/
need to make a forum and post about the server also pointing people in the right direction to join.
get someone else to make a mega.co.nz account and upload the 16gb file too so others can download, my account is already at almost 10gb for hacks and mods and bs.
created a forum and post, never uploaded to mega.co.nz, but I think i want to try some other downloads to get a copy that will work in non-fullscreen mode
screwed everything up because I wanted to try and use player-bots version instead of plain wow. Sounds more interesting to have bots working with you.