-
Notifications
You must be signed in to change notification settings - Fork 197
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
- Download
Dockerfile
,cfg.js.example
andsupervisord.conf
from github. - Place
Dockerfile
,cfg.js.example
andsupervisord.conf
into the same folder. Renamecfg.js.example
tocfg.js
. - Modify
cfg.js
to your requirements as described above. - Create a container and run it.
- Open a bash prompt, enter:
cd /POGOserver/
. - Type in
npm install
and once this is finishednpm run boot
. - Connect the Pokemon Go app to the server.
- Done.
Note: Instead of automatically mapping the ports, map them static, so they don't change after reboot.