Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 699 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 699 Bytes

BC2-VM

Overview

bc2-vm is local development environment for Blockchain Core Camp.

Features

  • Base image is Ubuntu 16.04.1 LTS
  • Provisioning with ansible

Requirements

You must install these software packages on your host.

Usage

### On your host
# clone repository
$ git clone [email protected]: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...