From ecc44e7f077d97a0dd4b6699582c9dd91d08c779 Mon Sep 17 00:00:00 2001 From: DracoMilesX Date: Fri, 16 Sep 2016 20:22:36 +0200 Subject: [PATCH] Updated Docker Installation (markdown) --- Docker-Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Docker-Installation.md b/Docker-Installation.md index e587f1c..9eb2e36 100644 --- a/Docker-Installation.md +++ b/Docker-Installation.md @@ -6,8 +6,9 @@ 2. Place ``Dockerfile``, ``cfg.js.example`` and ``supervisord.conf`` into the same folder. Rename ``cfg.js.example`` to ``cfg.js``. 3. Modify ``cfg.js`` to your requirements as described above. 4. Create a container and run it. -5. Open a bash prompt, enter: ``cd /POGOserver/`` and ``./run-linux.sh``. -6. Connect the Pokemon Go app to the server. -7. Done. +5. Open a bash prompt, enter: ``cd /POGOserver/``. +6. Type in ``npm install`` and once this is finished ``npm run boot``. +7. Connect the Pokemon Go app to the server. +8. Done. Note: Instead of automatically mapping the ports, map them static, so they don't change after reboot.