Blog posts tagged with: "tutorial"

Roadie blog posts which are tagged with tutorial.

Deploy a GitHub pages website with the Roadie Backstage scaffolder

Learn how to deploy a GitHub pages website from a predefined skeleton. The Backstage Scaffolder will automatically create a GitHub repo, fill it with templated code, call the GitHub API to enable GitHub pages and hook our new website to a monitoring tool.

14 min read
David Tuite

How to model monorepos in Backstage

There are multiple different ways to represent monorepos in Backstage, each with its own setup, benefits and drawbacks. We show you how to do it in your situation.

5 min read
David Tuite

Backstage TechDocs - How to embed lucid chart diagrams

TechDocs converts markdown files to Backstage docs so your engineering teams can find them and it is very useful. But how do we embed diagrams from lucid chart.

1 min read
Brian Fletcher

How to model software in Backstage

How to use Backstage concepts — components, APIs, systems and domains — to model software and represent the relationships between different pieces of code.

6 min read
David Tuite

Backstage TechDocs - How it works

TechDocs converts markdown files to Backstage docs so your engineering teams can find them. But how does it work and how do you set it up?

5 min read
David Tuite

Deploying Backstage application to AWS ECS Fargate

How to deploy Backstage to AWS Elastic Container Service (ECS) using the Fargate serverless computing engine to run Docker containers

15 min read
Jussi Hallila

Using GitHub Auth with Backstage

Setting up GitHub authentication can be a little tricky, but this post will tell you everything you need to know.

2 min read
David Tuite

Running the Backstage service catalog with Docker Compose

How to build and run Backstage Docker containers to get started with the service catalog in Docker Compose.

4 min read
David Tuite

How to use the Backstage Lighthouse plugin

The first plugin shipped by the Backstage team is a Lighthouse plugin. It allows you to track your website speed over time in Backstage.

3 min read
David Tuite