tools and workplans
This commit is contained in:
parent
57a11d467e
commit
1eb8559f27
9 changed files with 466 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Railiance Bootstrap
|
||||
# Railiance Cluster
|
||||
[](LICENSE)
|
||||
|
||||
Opinionated Infrastructure-as-Code framework for reproducible, self-reliant systems.
|
||||
|
|
@ -6,7 +6,7 @@ Opinionated Infrastructure-as-Code framework for reproducible, self-reliant syst
|
|||
Railiance is an opinionated **Infrastructure-as-Code framework** —
|
||||
think *Rails for Ops*: convention over configuration, reproducibility first.
|
||||
|
||||
This repo (`railiance-bootstrap`) is the **entry point**:
|
||||
This repo (`railiance-cluster`) is the **cluster runtime entry point**:
|
||||
from two bare Linux servers, a Git repo, and credentials, you can rebuild
|
||||
a fully automated Kubernetes-based environment.
|
||||
|
||||
|
|
@ -16,8 +16,8 @@ a fully automated Kubernetes-based environment.
|
|||
|
||||
1. **Clone this repo**
|
||||
```bash
|
||||
git clone <your-gitea-url>/railiance-bootstrap.git
|
||||
cd railiance-bootstrap
|
||||
git clone <your-gitea-url>/railiance-cluster.git
|
||||
cd railiance-cluster
|
||||
```
|
||||
|
||||
2. **Configure Gitea access**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue