Skip to content

Commit

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

## 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
[![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)
helm upgrade --install backstage \
oci://ghcr.io/vfarcic/backstage-demo/backstage-demo \
--version $TAG --namespace backstage \
Expand Down

0 comments on commit 58c6fed

Please sign in to comment.