Skip to content

Commit aab96e5

Browse files
committed
Update dev instructions
1 parent 7b02b2e commit aab96e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@ The Diamond Light Source developer portal, built with backstage for deployment o
1919
- Set `remote.containers.dockerPath` to `podman`
2020
- Set `remote.containers.dockerComposePath` to your `docker-compose`
2121
- Disable buildkit by adding `export DOCKER_BUILDKIT=0` to your `~/.bashrc`
22-
- Open Development Container
2322
- Create a `.env` file in the `.devcontainer` directory containing the [necessary secrets](#necessary-secrets)
23+
- Open Development Container
2424
- Install package dependencies with `yarn --cwd backstage install`
2525
- Start the app, with `yarn --cwd backstage dev`
2626

27+
## Updating Backstage version
28+
29+
After package install, backstage package dependencies can be updated with
30+
31+
`yarn --cwd backstage backstage-cli versions:bump`
32+
33+
https://backstage.io/docs/getting-started/keeping-backstage-updated
34+
2735
## Deploying on Kubernetes (Diamond Light Source)
2836

2937
- Access the cluster with `module load argus`

0 commit comments

Comments
 (0)