Skip to content

Docker Installation

DracoMilesX edited this page Nov 14, 2016 · 4 revisions

W.i.P
OUTDATED DO NOT USE UNLESS YOU KNOW HOW TO FIX THE SMALL CHANGES

Docker setup

  1. Download Dockerfile, cfg.js.example and supervisord.conf from github.
  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/.
  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.