Files

SMP server image for DigitalOcean

How to build an image

  1. Create an API token in vendor account in DigitalOcean.
  2. Install packer downloading binary or with brew (on Mac):
brew tap hashicorp/tap
brew install hashicorp/tap/packer
  1. Run packer build in the smp-server-digitalocean-droplet repository:
cd ./scripts/smp-server-digitalocean-droplet
DIGITALOCEAN_TOKEN=$YOUR_TOKEN packer build -on-error=ask -color=false ./marketplace-image.json