User Tools

Site Tools


windows_10_professional

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows_10_professional [2019/12/21 09:56] pwilkwindows_10_professional [2020/03/26 11:37] (current) – [Setup Treelets from a binary distribution] pwilk
Line 6: Line 6:
  
 ==== Setup Treelets from a binary distribution ==== ==== Setup Treelets from a binary distribution ====
-  * Download treelets-docker application for Windows 10 Pro TODO!!!!!!!!!!+  * 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 Windows PowerShell in Administrator mode 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 42: 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.1576918609.txt.gz · Last modified: 2019/12/21 09:56 by pwilk