macos_10.15_catalina
Table of Contents
Install Treelets on MacOS 10.15
Install Docker Desktop on MacOS
- Go to https://docs.docker.com/docker-for-mac/install/ and follow the instruction on how to install Docker Desktop on MacOS.
Setup Treelets from a binary distribution
- Download treelets-docker application for MacOS MackOs_24_03_2020.zip
- Unzip
- Open the terminal and go inside the treelets-docker catalogue
# check docker version commands: docker -v docker-compose -v
Run Docker
- Open the terminal and go inside the treelets-docker catalogue
- Run the following commands in the terminal:
# Build
docker-compose build
# Running
docker-compose up -d
# View instances
docker-compose ps
# Bring down Docker containers
docker-compose down
Verify your Treelets installation
- Open your favorite web browser and type: http://localhost:8080
macos_10.15_catalina.txt · Last modified: by pwilk
