This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
forked from AHAAAAAAA/PokemonGo-Map
-
Notifications
You must be signed in to change notification settings - Fork 43
Heroku Deployment
Ted Li edited this page Jul 21, 2016
·
4 revisions
- Create an app on Heroku.
- Clone PokemonGo-Map on your PC:
$ git clone https://github.com/AHAAAAAAA/PokemonGo-Map
$ cd PokemonGo-Map
$ git checkout develop
- Copy
credentials.example.json
tocredentials.json
and edit its contents. - Commit
credentials.json
$ git add -f credentials.json
$ git commit -m "added credentials.json"
- Push PokemonGo-Map to Heroku:
$ git push https://git.heroku.com/yourapp.git develop:master
- On Heroku add the following environment variables:
USERNAME
,PASSWORD
,LOCATION
andSTEP_COUNT
. - On Heroku start and open the app.
Optionally you can add your own parameters using the EXTRA_ARGS
environment variable. For example you can use -dp -dg -ar 60
for EXTRA_ARGS
to get pokestops, gyms and auto-refresh.