Files
softwarefactory/README.md
2025-09-03 07:29:20 +02:00

40 lines
387 B
Markdown

# SoftwareFactory
## Getting started
### Pre
Create a Proxmox cloud template with script create-ubuntu-cloudinit-template.sh
### Running terraform
Make sure the socket path is correct
First init
```bash
terraform init
```
Then plan
```bash
terraform plan
```
Then apply
```bash
terraform apply
```
## Development
### NixOS
Start nix container with
```bash
nix develop
```