Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 896 Bytes

File metadata and controls

20 lines (18 loc) · 896 Bytes

Prerequisites

  • docker and compose
    • enable Kubernetes in the Docker Desktop settings

Setup details

  • to install Taskfile:
    • winget install Task.Task should 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 bin folder in your home folder and put the Tilt binary there
    • you may then need to add C:\Users\YOUR_USER_NAME\bin to your PATH
  • run task setup as per main instructions
    • seed Mercurial repos are pulled automatically from the published ghcr.io/sillsdev/lexbox-test-repos image on first startup — no manual download needed
  • add the following lines to your C:\Windows\system32\drivers\etc\hosts file:
127.0.0.1 resumable.localhost
127.0.0.1 hg.localhost
127.0.0.1 admin.localhost