Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic authored Oct 14, 2024
1 parent 58c6fed commit 75c37db
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Demo Manifests and Code Used in DevOps Toolkit Videos
# Backstage Demo

## Demo Manifests and Code Used in DevOps Toolkit Videos

[![Getting Started with Backstage: From Zero to Operational Dev Portal](https://img.youtube.com/vi/A-3Ai--Z-Gs/0.jpg)](https://youtu.be/A-3Ai--Z-Gs)

## Setup

```sh
devbox shell

chmod +x setup/setup.nu

./setup/setup.nu

source .env
```

## Run Backstage Locally

```sh
cd backstage

yarn dev
```

## Run Backstage in Kubernetes

```sh
helm upgrade --install backstage \
oci://ghcr.io/vfarcic/backstage-demo/backstage-demo \
--version $TAG --namespace backstage \
Expand All @@ -13,4 +39,4 @@ helm upgrade --install backstage \

```sh
kind delete cluster
```
```

0 comments on commit 75c37db

Please sign in to comment.