This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user