===== Install Treelets on Ubuntu ===== ==== Install Docker ==== * # run in Linux bash install commands: sudo apt install docker sudo apt install docker-compose sudo apt install postgresql-client-common * # check docker version commands: sudo docker -v sudo docker-compose -v ==== 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|Ubuntu_24_03_2020.zip]] * Unzip * Run bash and go inside treelets-docker catalog ==== Run Docker ==== * # run in Linux bash commands: # Build sudo docker-compose build # Running sudo docker-compose up -d # View instances sudo docker-compose ps ===== Verify your Treelets installation ===== * Open your favourite Browser and type: http://localhost:8080 * On Windows 10 Home use the IP specified during installation: http://192.168.99.100:8080