Skip to content

Instantly share code, notes, and snippets.

View furnivall's full-sized avatar

Danny Furnivall furnivall

  • HMCTS
  • remote
View GitHub Profile
@JackReevies
JackReevies / cftlib-on-windows.md
Last active February 14, 2024 09:40
Setting up CFTLib on Windows (WSL)

#cftlib

Setting up CFTLib on Windows (WSL)

ET Onboarding Script

If you're brand new to ET entirely, see this install script for setting up basic dependencies like installing the AzureCLI and cloning repos etc...

  1. Get a WSL instance - wsl --install -d Ubuntu
  2. Start the WSL instance with wsl
  3. Download the script wget https://gist.githubusercontent.com/JackReevies/9f8c87f357b3bb779e20fb5c5f2774bc/raw/et-onboarding.sh
  4. Make the script executable sudo chmod +x et-onboarding.sh