User Tools

Site Tools


linux_mint

Differences

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

Link to this comparison view

Next revision
Previous revision
linux_mint [2019/12/23 02:46] – [Install Treelets on Linux Mint 18.3 Sylvia] pkowalczyklinux_mint [2020/03/26 11:35] (current) – [Setup Treelets from a binary distribution] pwilk
Line 1: Line 1:
-===== Install Treelets on Linux Mint 18.3 Sylvia=====+===== Install Treelets on Linux Mint 18.3 Sylvia ===== 
 + 
 + 
 ==== Install Docker ==== ==== Install Docker ====
  
-  * # run in Linux bash commands to set up the Docker repository for the first time on a host machine+ 
 +# run in Linux bash commands to set up the Docker repository for the first time on a host machine
 <code> <code>
 sudo apt-get update sudo apt-get update
Line 10: Line 14:
 </code> </code>
  
-  * # run in Linux bash install commands:+ 
 +# run in Linux bash install commands:
 <code> <code>
 sudo apt-get update sudo apt-get update
Line 18: Line 23:
 </code> </code>
  
-  * # run in Linux bash post-install commands:+ 
 +# run in Linux bash post-install commands:
 <code> <code>
 sudo groupadd docker sudo groupadd docker
Line 24: Line 30:
 </code> </code>
  
-  * # check docker version commands:+ 
 +# check docker version commands:
 <code> <code>
 sudo docker -v  sudo docker -v 
 sudo docker-compose -v sudo docker-compose -v
 </code> </code>
 +
 +
 +==== Setup Treelets from a binary distribution ====
 +
 +  * Download treelets-docker application for Ubuntu [[https://uniwersytetlodzki-my.sharepoint.com/:f:/g/personal/pelcra_uni_lodz_pl/EtQbBr7dNQVBlpZAKrupqQ8BjQCAsdJFCLJ0e3ZQ1xhb-g?e=sEwg0d|LinuxMint_24_03_2020.zip]]
 +  * Unzip
 +  * Run bash and go inside treelets-docker catalog
 +
 +==== Run Docker ====
 +# run in Linux bash commands:
 +<code>
 +# Build
 +sudo docker-compose build
 +        
 +# Running
 +sudo docker-compose up -d
 +        
 +# View instances
 +sudo docker-compose ps
 +</code>
 +
 +==== Verify your Treelets installation ====
 +  * Open your favourite Browser and type: http://localhost:8080
 +
linux_mint.1577065600.txt.gz · Last modified: 2019/12/23 02:46 by pkowalczyk