Demo to have IaC setup and automation for https://backstage.io
nvm use 14
npx @backstage/create-app --version
npx @backstage/create-app
> demo
> PostgreSQL
cd demo
nvm use 14
yarn build
yarn workspace backend build-image
docker images | grep backstage
GITHUB_PERSONAL_ACCESS_TOKEN=<your_personal_access_token> make up
open http://localhost:7000
To integrate please follow the instruction provided on the referenced pages. Aside of adding the package further changes in the source code have to be applied.
cd demo
yarn workspace backend add @backstage/plugin-lighthouse
# + https://github.com/backstage/backstage/tree/master/plugins/lighthouse
- TODO Describe backstage update process for existing setup
demo
.