|
|
|
# PCLake-EDU
|
|
|
|
|
|
|
|
**version**: 1.0.3
|
|
|
|
|
|
|
|
## 1 INSTALLATION
|
|
|
|
There are a few options for installing and running the game including the use of Docker images. A docker image contains all the essentials like e.g. operating system, libraries and instructions to run an app or data analyses in a insolated environment. It uses virtualization capabilities of the OS which might require some additional configuration of WSL2 (windows subsystem for linux) and/or Hyper-V. The Docker setup will allow you to run the game on Mac or Liux OS.
|
|
|
|
|
|
|
|
- Windows OS:
|
|
|
|
- [R](#r-windows-install)
|
|
|
|
- [Docker image](#docker-install)
|
|
|
|
- MacOS:
|
|
|
|
- [Docker image](#docker-install)
|
|
|
|
- Linux
|
|
|
|
- [Docker image](#docker-install)
|
|
|
|
|
|
|
|
### R WINDOWS INSTALL
|
|
|
|
The R Windows installation has two scripts for installing and lauching the game. The install script will install:
|
|
|
|
- R portable
|
|
|
|
- R-tools if not yet installed
|
|
|
|
- required R packages
|
|
|
|
|
|
|
|
Follow the instructions below.
|
|
|
|
|
|
|
|
1) Download source code and unpack zip archive.
|
|
|
|
2) Double click install.bat. Follow the instructions and keep all default settings. Leave the window open untill in closes automatically.
|
|
|
|
3) Double click launch.bat. Leave the window open while playing the game.
|
|
|
|
|
|
|
|
**check files in log directory in case the app is not working**
|
|
|
|
|
|
|
|
### DOCKER INSTALL
|
|
|
|
You will pull an Docker image of the game from the container registry.
|
|
|
|
|
|
|
|
1) Install Docker Deskop. https://www.docker.com/products/docker-desktop/
|
|
|
|
3) Open a command window. run: `ducker pull docker-registry.wur.nl/nauta008/pclake-ui`
|
|
|
|
5) run the next command: `docker run --name pclake-edu -p 3838:3838 pclake-ui`
|
|
|
|
6) Open browser and go to http://localhost:3838/
|
|
|
|
|