A Terraform module to run CasualOS on AWS.
A module that deploys a single server instance of CasualOS to AWS.
- Get your AWS account setup
- Make an AWS account
- Run
aws configure --profile=profileName
- Make your infrastructure.
- Make a Git repo.
- Make a
main.tf
that references thecasualos-micro
module. - Specifiy all the variables.
- Run
terraform init
. - Run
terraform apply
.
- Run CasualOS on it.
- Grab the job file.
- Run `nomad run -address="https://nomad_server_address:4646" job_file.hcl