Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooke-hamilton/radius-dev-config
Configuration settings for developing and testing Radius on Windows and WSL with Dev Containers
https://github.com/brooke-hamilton/radius-dev-config
dev-containers radius wsl
Last synced: 7 days ago
JSON representation
Configuration settings for developing and testing Radius on Windows and WSL with Dev Containers
- Host: GitHub
- URL: https://github.com/brooke-hamilton/radius-dev-config
- Owner: brooke-hamilton
- License: mit
- Created: 2024-08-22T20:49:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T17:05:53.000Z (9 days ago)
- Last Synced: 2025-02-06T01:49:13.016Z (7 days ago)
- Topics: dev-containers, radius, wsl
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configuration Settings for Developing Radius on Windows/WSL
This repo contains general dev machine setup resources for developing [Radius](https://github.com/radius-project/) on Windows.
Contents:
`.configurations` folder:
- WinGet DSC configurations for Radius
- Visual Studio 2022 workload configuration as a `.vsconfig` file`.devcontainer` folder: dev container definitions for testing Radius scenarios
## Prerequisites
Windows 11 with:
- `winget`
- Windows Terminal## Step-By-Step
1. Provision a new vitrual machine with Windows 11.
1. Open Windows Terminal as administrator and run `.\.configurations\Set-WingetConfiguration`
1. Reboot (Required for WSl and Docker Desktop)
1. Launch WSL Ubuntu and run these two scripts: `.\wsl\wsl-setup.sh`, `.wsl\wsl-configure-git.sh`