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
Last revisionBoth sides next revision
linux_mint [2019/12/26 01:50] – [Install Treelets on Linux Mint 18.3 Sylvia] pkowalczyklinux_mint [2019/12/31 09:56] 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
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 ==== ==== Setup Treelets from a binary distribution ====
  
-  * Download treelets-docker application for Ubuntu {{ :treeletsdocker_ubuntu_2019_12_10.zip |}}+  * Download treelets-docker application for Ubuntu {{ :treeletsdocker_2019_12_31.zip |}}
   * Unzip   * Unzip
   * Run bash and go inside treelets-docker catalog   * Run bash and go inside treelets-docker catalog
Line 53: Line 59:
 ==== Verify your Treelets installation ==== ==== Verify your Treelets installation ====
   * Open your favourite Browser and type: http://localhost:8080   * Open your favourite Browser and type: http://localhost:8080
-===== Install Docker ===== 
  
- 
-# run in Linux bash commands to set up the Docker repository for the first time on a host machine 
-<code> 
-sudo apt-get update 
-sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 
-curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 
-sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" 
-</code> 
- 
-# run in Linux bash install commands: 
-<code> 
-sudo apt-get update 
-sudo apt-get install docker 
-sudo apt-get install docker-compose 
-sudo apt-get install postgresql-client-common 
-</code> 
- 
-# run in Linux bash post-install commands: 
-<code> 
-sudo groupadd docker 
-sudo usermod -aG docker $USER 
-</code> 
- 
-# check docker version commands: 
-<code> 
-sudo docker -v  
-sudo docker-compose -v 
-</code> 
linux_mint.txt · Last modified: 2020/03/26 11:35 by pwilk