Really last change to README.md

This commit is contained in:
Daniel Brunner
2016-08-02 21:11:22 +02:00
parent d51e4d6851
commit 3b3f84bf65

View File

@@ -8,7 +8,7 @@ The apache acts then as a "proxy" for the websocket api on `/websocket`.
First step is to obtain the live map from GitHub. You could download a simple zip-archive [here](https://github.com/0xFEEDC0DE64/PokeMobBotMap/archive/master.zip). Experienced users can `git clone` it. First step is to obtain the live map from GitHub. You could download a simple zip-archive [here](https://github.com/0xFEEDC0DE64/PokeMobBotMap/archive/master.zip). Experienced users can `git clone` it.
### Installation on Windows ### Installation on Windows
Download the latest apache binaries on [Apache Lounge](https://www.apachelounge.com/download/) (httpd-2.4.\*-win64-VC14.zip). Unpack it to somewhere. Open the configuration file (located in `conf/httpd.conf` in your favourite editor. **Change the following configs to match you paths:** Download the latest apache binaries on [Apache Lounge](https://www.apachelounge.com/download/) (httpd-2.4.\*-win64-VC14.zip). Unpack it to somewhere. Open the configuration file (located in `conf/httpd.conf` in your favourite editor. **Change the following configs to match your paths:**
* `ServerRoot "c:/Path/To/Apache24"` * `ServerRoot "c:/Path/To/Apache24"`
* `DocumentRoot "C:/Path/To/PokeMobBotMap/src"` * `DocumentRoot "C:/Path/To/PokeMobBotMap/src"`