Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

A repo for holding vagrant-based examples of how to run stellar software. *** NO LONGER MAINTAINED, see readme ***

License

Notifications You must be signed in to change notification settings

stellar-deprecated/vagrant-examples

Repository files navigation

No longer maintained

We only maintain the following:

stellar vagrant examples

Usage

Each directory contains a Vagrantfile that describes a particular scenario.

Start off by cloning the repo:

git clone https://github.com/stellar/vagrant-examples
cd vagrant-examples

Then cd into one of the directories to start your desired vagrant scenario.

single-peer

cd single-peer
vagrant up

This will stand up a single peer that trusts the SDF testnet nodes.

stellare-core-base

cd stellar-core-base
vagrant up

This builds and installs stellar-core then cleans up any extra artifacts yielding a vagrant-friendly disk image.

Once it's done run this to package the box:

vagrant package --output stellar-core-base.box

Then you can upload it to HashiCorp's Atlas or host it wherever is convenient for your team.

The latest SDF builds are available as "stellar/stellar-core-base" on Atlas.

full-network (WIP)

cd full-network
vagrant up

This stands up a 3 node private stellar network similar to the SDF testnet. You can use this for testing or just to get a feel for how to run stellar in production.

Note: As of 2015/07/30 the horizon VM is not provisonable and the core vms don't achieve consensus. This appears to be an issue with the start script. Rather than fixing this script, any new examples will be based on https://github.com/stellar/docker-stellar-core

Contributing

Please see CONTRIBUTING.md for details.

About

A repo for holding vagrant-based examples of how to run stellar software. *** NO LONGER MAINTAINED, see readme ***

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •