Skip to content

learnscalability/vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vm

This project builds a Vagrant VM to ease development for all project on github.com/learnscalability

Instalation

  1. Install VirtualBox and Vagrant for your platform
  2. Build the recommended directory structure:
$ mkdir -p ~/learnscalability
$ cd ~learnscalability/
$ git clone github.com/learscalability/vm
$ git clone github.com/learscalability/learnscalability.com
$ git clone github.com/learscalability/grpc-echo-service
# .... clone any other project you are interested in
  1. Build the VM
$ cd ~/learnscalability/vm
$ vagrant up

This will boot up an ubuntu 14.04 vm, install golang v1.8 and other dependencies in it. See the project specific README for what to do next.

About

Development VM for all the projects on learnscalability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages