40 lines
387 B
Markdown
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
|
|
```
|