bc2-vm
is local development environment for Blockchain Core Camp.
- Base image is Ubuntu 16.04.1 LTS
- Provisioning with ansible
You must install these software packages on your host.
### On your host
# clone repository
$ git clone git@github.com:szyn/bc2-vm.git
$ cd bc2-vm
$ vagrant up
# Running ansible-playbook...
# (It may also take a little while.)
# Then, you can login to your guest machine :)
$ vagrant ssh
### On your guest (Ubuntu)
$ sh /vagrant/build.sh
# Building bc2 sources...