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 revisionBoth sides next revision
linux_mint [2019/12/26 01:53] – [Install Docker] pkowalczyklinux_mint [2019/12/26 01:58] – [Install Docker] pkowalczyk
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 ====
linux_mint.txt · Last modified: 2020/03/26 11:35 by pwilk