Maxr1998 / IngressDataDumpExplorer

Tool for exploring your Niantic Ingress data dump, written in Go and HTML/JS/WebGL
GNU General Public License v3.0
76 stars 5 forks source link

404 page not found #4

Closed Vargaskri closed 4 years ago

Vargaskri commented 4 years ago

What did i miss? Downloaded newest release for linux and windows. Extract all content from zip to folder dump in root folder of the app.

But im getting 404 page not found on linux and windows.

Maxr1998 commented 4 years ago

You're likely missing the static files from the repo.

The proper setup is

repo
|-- dump
    |-- game_log.tsv
|-- static
|-- app_windows.exe or app
|-- Dockerfile, *.go, etc.
Vargaskri commented 4 years ago

Doh! I was thinking that the "app" was suppose to build up the structure.... :man_facepalming: :man_facepalming: