User Tools

Site Tools


windows_10_professional

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows_10_professional [2019/12/21 09:48] – created pwilkwindows_10_professional [2020/03/26 11:37] (current) – [Setup Treelets from a binary distribution] pwilk
Line 3: Line 3:
 ==== Install Docker Desktop on Windows Professional==== ==== Install Docker Desktop on Windows Professional====
   * Create an account at Docker hub using the form [[https://hub.docker.com/signup]]   * Create an account at Docker hub using the form [[https://hub.docker.com/signup]]
-  * Install the application using the tutorial: [[https://docs.docker.com/docker-for-windows/install/]] +  * Download and install the application using this tutorial: [[https://docs.docker.com/docker-for-windows/install/]] using default installation
-  *  +
  
 ==== Setup Treelets from a binary distribution ==== ==== Setup Treelets from a binary distribution ====
-  * Download treelets-docker application for Windows 10 Home {{ ::treeletsdocker_w10home_2019_12_08.zip |}}+  * Download treelets-docker application for Windows 10 Pro [[https://uniwersytetlodzki-my.sharepoint.com/:f:/g/personal/pelcra_uni_lodz_pl/EtQbBr7dNQVBlpZAKrupqQ8BjQCAsdJFCLJ0e3ZQ1xhb-g?e=sEwg0d|Windows10Pro_24_03_2020.zip]]
   * Unzip   * Unzip
-  * Run Docker Quickstart Terminal from Desktop and go inside treelets-docker catalog +  * Run Windows PowerShell in Administrator mode and go inside treelets-docker catalog 
- +  * # check docker version commands:
-==== Run Docker ==== +
-  * # run in Docker Quickstart Terminal command and note ip, it will be used to open application+
 <code> <code>
-# get default ip for application +docker -v  
-docker-machine ip default+docker-compose -v
 </code> </code>
  
-  * # using windows explorer go to the file treelets-docker\app\webapp\assets\config\api.json+==== Run Docker ==== 
 +    * # run in Windows PowerShell commands:
 <code> <code>
-# change webSocketHost address to docker-machine ip default eg. 
-"webSocketHost": "ws://192.168.99.100:4221/notifications" 
-</code> 
- 
-  * # run install commands: 
-<code> 
-# create a volume 
-docker volume create postgres_database 
- 
-# check volumes 
-docker volume ls 
- 
 # Build # Build
 docker-compose build docker-compose build
Line 44: Line 29:
  
 ===== Verify your Treelets installation ===== ===== Verify your Treelets installation =====
-  * On Windows 10 Home use the IP specified during installation: http://192.168.99.100:8080 +  * Open your favourite Browser and type: http://localhost:8080
- +
windows_10_professional.1576918114.txt.gz · Last modified: 2019/12/21 09:48 by pwilk