Skip to content

Instantly share code, notes, and snippets.

@baydam
Forked from rictorres/vector-install.md
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save baydam/a4642c9fcce6a00d99c1 to your computer and use it in GitHub Desktop.

Select an option

Save baydam/a4642c9fcce6a00d99c1 to your computer and use it in GitHub Desktop.

How to Install Vector on Ubuntu 14

Host

PCP Requirements

Lex

$ sudo apt-get install flex

Yacc (from Bison package)

$ sudo apt-get install bison

Extras

$ sudo apt-get install libmicrohttpd
$ sudo apt-get install libmicrohttpd-dev

User

$ sudo adduser pcp

PCP Build & Install

$ git clone git://git.pcp.io/pcp

$ cd pcp
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
$ make
$ sudo make install

PCP Init

$ sudo service pmcd start
$ sudo service pmwebd start

Client

$ git clone https://github.com/Netflix/vector.git
$ cd vector
$ bower install
$ npm install
$ gulp

Available on http://localhost:8080

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