- docker and compose
- enable Kubernetes in the Docker Desktop settings
- to install Taskfile:
winget install Task.Taskshould do it- Or via npm:
npm install -g @go-task/cli
- to install Tilt and add it to your path:
- the Tilt installer will create a
binfolder in your home folder and put the Tilt binary there - you may then need to add
C:\Users\YOUR_USER_NAME\binto your PATH
- the Tilt installer will create a
- run
task setupas per main instructions- seed Mercurial repos are pulled automatically from the published
ghcr.io/sillsdev/lexbox-test-reposimage on first startup — no manual download needed
- seed Mercurial repos are pulled automatically from the published
- add the following lines to your
C:\Windows\system32\drivers\etc\hostsfile:
127.0.0.1 resumable.localhost
127.0.0.1 hg.localhost
127.0.0.1 admin.localhost