Skip to content

Instantly share code, notes, and snippets.

View andrewmwhite's full-sized avatar

Andrew M. White andrewmwhite

View GitHub Profile
@andrewmwhite
andrewmwhite / stethoscope-debianjessie-vagrant.txt
Created April 24, 2017 22:54
Installing Stethoscope on debian/jessie64 (via Vagrant)
$ vagrant init debian/jessie64
# configure Vagrantfile to forward port 5000 to 5000
$ vagrant up --provider=virtualbox
$ vagrant ssh
vagrant@jessie:~$ sudo apt-get install -y git
vagrant@jessie:~$ git clone https://github.com/Netflix/stethoscope.git
vagrant@jessie:~$ cd stethoscope
vagrant@jessie:~/stethoscope$ sudo apt-get install -y build-essential python-dev libssl-dev libffi-dev freetds-dev python-virtualenv