Skip to content

Files

Latest commit

65d553b · Jul 19, 2019

History

History

digitalocean

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 19, 2019
Jul 19, 2019
Jul 19, 2019
Jul 19, 2019

Skycoin One-Click Application

Scripts to build skycoin Once-Click DigitalOcean image that obey the rules for Marketplace.

Install tools

Fabric and Packer are required to run the commands below.

Build image

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

Debug and Test

...