This repository hosts a project to deploy matchbox service on packet.
You can deploy the service by following these steps.
- Create a project
- Allocate an elastic IP address
- Generate certificate files
- Start and provision a machine
$ make project.apply
$ make project.destroy
$ make elastic_ip.apply
$ make elastic_ip.destroy
$ make certificates.apply
$ make certificates.destroy
$ make matchbox.apply
$ make matchbox.destroy