diff options
| author | Silentstorm <29950414+Onixiya@users.noreply.github.com> | 2020-11-09 22:21:17 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 12:21:17 +0100 |
| commit | eb9b09a12e76934a479262c8d1b19ccd76d2c9b9 (patch) | |
| tree | 2f7121a1581577e44724bc354352e29d3bef504d | |
| parent | 0d48802cc502674a6472f037e979dad89a8a574d (diff) | |
| download | wiki-eb9b09a12e76934a479262c8d1b19ccd76d2c9b9.tar.gz wiki-eb9b09a12e76934a479262c8d1b19ccd76d2c9b9.tar.bz2 wiki-eb9b09a12e76934a479262c8d1b19ccd76d2c9b9.zip | |
doc: Update Install-with-Docker.md (#291)
| -rw-r--r-- | docs/Install-with-Docker.md | 12 |
1 files 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:  @@ -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. |
