https://github.com/mirantis/blueprint
https://github.com/mirantis/blueprint
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirantis/blueprint
- Owner: Mirantis
- License: apache-2.0
- Created: 2023-10-26T16:52:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T20:56:41.000Z (4 months ago)
- Last Synced: 2025-05-07T16:16:47.230Z (10 days ago)
- Language: HCL
- Size: 224 KB
- Stars: 2
- Watchers: 10
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Docs @ Blueprint
Welcome to the Blueprint Documentation repository. This is the source for https://mirantis.github.io/blueprint/ .
We value your contribution! If you are interested, we invite you to check out the [Contributing Guide](./CONTRIBUTING.md) and the [Code of Conduct](./CODE-OF-CONDUCT.md).
## Getting Started
To get started, here are three areas of interest:
### Installing Blueprint CLI
The installation process for Blueprint CLI can be found [here](https://mirantis.github.io/blueprint/docs/install/). Once `bctl` is installed on your system, it will be your main way of interacting with Blueprint and take care of pulling the Blueprint image and setting up a cluster.### Quick Start
The [quick start guide](https://mirantis.github.io/blueprint/docs/getting-started/) will walk you through the process of creating a very basic cluster on your local machine. It's a great way to get started quickly and familiarize yourself with the basics.### Example Blueprints
The [examples](https://mirantis.github.io/blueprint/docs/examples/) section contains a number of examples that you can try out. Each example provides information on what the example does and how to run it. These are a great way to get started with a more complex cluster.Feel free to explore these areas to kickstart your journey with Blueprint Documentation!