Skip to content

Commit

Permalink
Updated readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.ditcher authored and chris.ditcher committed Jul 15, 2024
1 parent 2f7c336 commit e14de98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions local-dev/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ In order to use the scripts in this directory, it will require:
**Install Ubuntu 24.xx.xx using WSL2**. Information can be found [here](https://learn.microsoft.com/en-us/windows/wsl/install)

After Ubuntu install, a few things to make life easier, set up your linux environment
1. ensure bash is your default shell
1. ensure bash is your default shell\
`chsh -s /bin/bash`
2. install docker compose
2. install docker compose\
`sudo apt install docker-compose`
3. enable docker without sudo
`sudo groupadd docker`
3. enable docker without sudo\
`sudo groupadd docker`\
`sudo usermod -aG docker $USER`

**Install Docker Desktop version > v4.32.0**
Ensure the following features are enabled:
Go to *Settings / Resources / WSL integrations* and ensure your WSL2 Ubuntu 24.xx.xx integration is selected
Ensure the following features are enabled:\
Go to *Settings / Resources / WSL integrations* and ensure your WSL2 Ubuntu 24.xx.xx integration is selected\
Go to *Settings / Features in development / Enable host networking*

### Running the setup
1. Ensure docker desktop is running
2. Open your WSL linux distro and navigate to this directory (remember your windows drives can be found under /mnt)
3. Run the init-local-dev.sh script: `sudo ./init-local-dev.sh`
3. Run the init-local-dev.sh script:\ `sudo ./init-local-dev.sh`

The script will provision the necessary volume structure and set up the necessary docker containers etc.

Expand Down

0 comments on commit e14de98

Please sign in to comment.