From eb9b09a12e76934a479262c8d1b19ccd76d2c9b9 Mon Sep 17 00:00:00 2001 From: Silentstorm <29950414+Onixiya@users.noreply.github.com> Date: Mon, 9 Nov 2020 22:21:17 +1100 Subject: doc: Update Install-with-Docker.md (#291) --- docs/Install-with-Docker.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 94d790d..517e3a3 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -29,7 +29,7 @@ When used on GNU/Linux system, the amount of memory used by Docker is even less. #### Docker containers vs Virtual machines -Usind Docker will have the same benefits as using virtual machines, but with much less overhead: +Using Docker will have the same benefits as using virtual machines, but with much less overhead: ![Docker containers vs Virtual machines](https://user-images.githubusercontent.com/75517/51078179-d4fec680-16b1-11e9-8ce6-87b5053f55dd.png) @@ -72,19 +72,17 @@ You need to clone the AzerothCore repository (or use your own fork): git clone https://github.com/azerothcore/azerothcore-wotlk.git ``` -Now cd into the main directory using `cd azerothcore-wotlk`. **All commands will have to be run from this position**. +Now go into the main directory using `cd azerothcore-wotlk`. **All commands will have to be run inside this folder**. ### WoW Client Data files You also need to have the data files. Check the step "5) Download the data files" from the [installation guide](Installation#5-download-the-data-files). -Put your data files into the `docker/worldserver/data/` folder that is inside `azerothcore-wotlk`. +Put your data files into `docker/worldserver/data/` which is inside `azerothcore-wotlk`. ### Installation -Inside your terminal (if you use Windows, use git bash), run the following commands. - -**Note for Windows users**: when running the following commands, you may need to use `bash bin\acore-...` instead of `./bin/acore-...`. Note using `\` instead of `/` and `bash bin...` instead of `./bin...` +Inside your terminal (if you use Windows, use git bash), run the following commands inside azerothcore-wotlk' **1) Generate your server configuration files:** @@ -146,7 +144,7 @@ Then your `docker-compose up` will automatically locate the `.env` with your cus - The `docker-compose start` will start your existing containers. -- The `docker-compose stop` will stop your containers, but it won’t remove them. +- The `docker-compose stop` will stop your containers, but it won't remove them. - The `docker-compose up` builds, (re)creates, and starts your containers. -- cgit