User Tools

Site Tools


windows_10_home

This is an old revision of the document!


Install Treelets on Windows 10 Home

Install Docker Toolbox

Setup Treelets from a binary distribution

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_home.1577783843.txt.gz · Last modified: 2019/12/31 10:17 by pwilk