User Tools

Site Tools


linux_mint

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
linux_mint [2019/12/26 01:40] – [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 ====
  
  
Line 11: Line 13:
 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
 </code> </code>
 +
  
 # run in Linux bash install commands: # run in Linux bash install commands:
Line 19: Line 22:
 sudo apt-get install postgresql-client-common sudo apt-get install postgresql-client-common
 </code> </code>
 +
  
 # run in Linux bash post-install commands: # run in Linux bash post-install commands:
Line 25: Line 29:
 sudo usermod -aG docker $USER sudo usermod -aG docker $USER
 </code> </code>
 +
  
 # check docker version commands: # check docker version commands:
Line 31: Line 36:
 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.1577320827.txt.gz · Last modified: 2019/12/26 01:40 by pkowalczyk