User Tools

Site Tools


windows_10_professional

This is an old revision of the document!


Install Treelets on Windows 10 Professional

Install Docker Desktop on Windows Professional

Setup Treelets from a binary distribution

  • Download treelets-docker application for Windows 10 Pro TODO!!!!!!!!!!
  • Unzip
  • Run Windows PowerShell in Administrator mode and go inside treelets-docker catalog

Run Docker

  • # run in Docker Quickstart Terminal command and note ip, it will be used to open application
# get default ip for application
docker-machine ip default
  • # using windows explorer go to the file treelets-docker\app\webapp\assets\config\api.json
# change webSocketHost address to docker-machine ip default eg.
"webSocketHost": "ws://192.168.99.100:4221/notifications"
  • # run install commands:
# create a volume
docker volume create postgres_database

# check volumes
docker volume ls

# Build
docker-compose build
        
# Running
docker-compose up -d
        
# View instances
docker-compose ps

Verify your Treelets installation

windows_10_professional.1576918293.txt.gz · Last modified: 2019/12/21 09:51 by pwilk