Skip to content

Instantly share code, notes, and snippets.

@jimpick
Created July 24, 2019 02:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimpick/15c93ec7e2b188cb051be19375455020 to your computer and use it in GitHub Desktop.
Save jimpick/15c93ec7e2b188cb051be19375455020 to your computer and use it in GitHub Desktop.
Testlab + Vagrant + IPFS Demo

Testlab + Vagrant + IPFS Demo

Try out Testlab on your own machine using Vagrant and Virtualbox.

Video

18 minutes, 233 MB

Quickstart

  • ipfs get QmVSkeXXmHysNaFhCE8FTTKXtCD2GYLSf16V26L2XV3bKR
  • install virtualbox, vagrant
  • ./import-vagrant-box.sh
  • vagrant up
  • nomad ui: http://localhost:4646
  • vagrant ssh vm1
  • cd /vagrant/bin
  • fix unix permissions chmod +x *.sh ipfs testlab-vm
  • testlab-vm start test-3-gateway.json

License

MIT

@jimpick
Copy link
Author

jimpick commented Jul 24, 2019

My fork of testlab for this demo is here:

https://github.com/jimpick/testlab/tree/2-vagrant-vms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment