Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Installation: Docker version

Alexander Schneider edited this page Aug 4, 2016 · 15 revisions

Installation for Docker (All OS)

  1. If you're not using Linux / Mac OSX / Windows 10 Pro, Enterprise, Education please refer to the Python Installation.
  2. Install Docker for your OS.
    • If you are using Windows, install Docker - not Docker Toolbox.
    • Restart your computer if you're on Windows.
  3. Download the cruncher_docker.bat (on Windows) or the cruncher_docker.sh (on Linux / MAC OSX)
    • Just Right Click -> Save File.

Running the app with Docker

  1. Double click cruncher_docker.bat (Windows) or cruncher_docker.sh (Linux / MAC OSX).

    • Alternatively type into a terminal:
    docker run -d -p 8888:8888 -p 5000:5000 phaetec/pogo-cruncher
    
    • Leave the -d out if you want the tool to close with the terminal window.
    • Open http://localhost:8888 in your browser.
  2. If there is a new release, docker will first install it before running when you click again on the bat/sh-file. Get a drink and enjoy. :)

Updates

  1. If you use the .bat / .sh files the app updates automatically if there are updates.
  2. You can update manually by opening a terminal and executing
docker pull phaetec/pogo-cruncher