This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Attached are all the cookbooks needed to build octohost 1.9.1.
You can also build an octohost much easier with Docker. For AWS:
docker run -e AWS_ACCESS_KEY="goes-here" -e AWS_SECRET_KEY="goes-here" octohost/build-aws
For Digital Ocean:
docker run -e DIGITALOCEAN_API_TOKEN="goes-here" octohost/build-do
All containers needed to build octohost easily are available on the Docker Hub: