Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1023 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 1023 Bytes

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

...