https://github.com/anyulled/gsas-live-stream-workshop
https://github.com/anyulled/gsas-live-stream-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyulled/gsas-live-stream-workshop
- Owner: anyulled
- License: gpl-3.0
- Created: 2025-10-01T12:25:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T16:50:16.000Z (9 months ago)
- Last Synced: 2025-10-07T18:31:39.841Z (9 months ago)
- Language: ASL
- Size: 764 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live-stream platform
## System design for StageCast
### System Landscape

### Deployment view

## How to run this example
Execute this command to run a Docker container with a structurizr lite image.
### Mac OS / Linux
```bash
docker run --name gsas-structurizr --env=PORT=8080 --volume=$(pwd)/workspace:/usr/local/structurizr -p 8888:8080 -d structurizr/lite:latest
```
### Windows + WSL
```commandline
docker run --name gsas-structurizr --env=PORT=8080 --volume="%cd%\workspace:/usr/local/structurizr" -p 8888:8080 -d structurizr/lite:latest
```
### Windows
```commandline
docker run --name gsas-structurizr --env=PORT=8080 --volume="/c/Users//workspace:/usr/local/structurizr" -p 8888:8080 -d structurizr/lite:preview
```
## Links
* [Structurizr](http://localhost:8888/)
* [Documentation](http://localhost:8888/workspace/documentation)
* [ADRs](http://localhost:8888/workspace/decisions)
* [Diagrams](http://localhost:8888/workspace/explore)