From 7b7e71619107b570c59aadc0f5d7f22dd9f90387 Mon Sep 17 00:00:00 2001 From: Alexander Schneider Date: Thu, 28 Jul 2016 23:21:11 +0200 Subject: [PATCH] add alternative installation path for windows users --- README.md | 18 +++++++++++++++++- frontend/src/cruncher/config.cljs | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3acc925..c888c49 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,23 @@ The tool runs locally on your PC and the Login-Details are not leaving your comp It is a work in progress, so please report all bugs to the issue page. -## Installation Setup for normal use +## Installation Setup for Windows user +You can also use the Linux / MAC OS docker setup, but for unknown reasons it does not work properly for most windows users. So use instructions below. + + 1. Install [Python 3](https://www.python.org/downloads/). + * Check "Add Python3.5 to PATH" during installation. + 2. Download the newest Windows release [here](https://github.com/Wegi/pogo-cruncher/releases). + 3. Unzip the folder. + 4. Open `cmd` or `Powershell`. + 5. Type `cd ` + 6. Type `pip install -r requirements.txt` + 7. After this finishes you may start the cruncher as follows: + +### Windows Startup + 8. In the application folder type `python app.py` + 9. Now open the index.html in the folder with your preffered browser. + +## Installation Setup for Linux / MAC OS with Docker Requirements: * docker diff --git a/frontend/src/cruncher/config.cljs b/frontend/src/cruncher/config.cljs index 4a45072..d02c917 100644 --- a/frontend/src/cruncher/config.cljs +++ b/frontend/src/cruncher/config.cljs @@ -1,6 +1,6 @@ (ns cruncher.config) -(def api {:host "http://backend:5000/" +(def api {:host "http://localhost:5000/" :init "api/init/" :base "api/" :login "api/login"