File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments