Scripts to build skycoin Once-Click DigitalOcean image that obey the rules for Marketplace.
Fabric and Packer are required to run the commands below.
To create a image, you'll need to create a DigitalOcean personal access token and set it to env variable DIGITALOCEAN_TOKEN
.
Run the following command to build a image, clean template files, create snapshot, and verify if it matches the rules of Marketplace.
make do-build-image-snapshot
Once the image is created, you can test it by creating a droplet from the new created snapshot.
The new droplet will take a few minutes to be ready. After the server is up, the skycoin
service will start automatically, you can test it by running:
curl http://$server_ip:6420/api/v1/health
...