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

Commit

Permalink
add alternative installation path for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
Wegi committed Jul 28, 2016
1 parent 14ecf45 commit 7b7e716
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <C:/Path/to/the/folder>`
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

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/cruncher/config.cljs
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7b7e716

Please sign in to comment.