🔔 Subscribe to don't miss any update regarding Chevereto.
This repository provides the Chevereto DigitalOcean Marketplace application.
Install Packer:
- Ubuntu
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install packer
- macOS
brew tap hashicorp/tap
brew install hashicorp/tap/packer
Init packer:
packer init .
Provide DigitalOcean's PAT:
export DIGITALOCEAN_API_TOKEN=token_here
Run:
packer build marketplace-image.json