- git clone git://git.pcp.io/pcp
- cd pcp/
- sudo apt-get install bison
- sudo apt-get install flex
- sudo apt-get install libmicrohttpd10 libmicrohttpd-dev
- ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --with-rcdir=/etc/init.d --with-webapi
- sudo apt-get install qt4-dev-tools
- make
- sudo su
- make install
- sudo service pcp start
- sudo service pmwebd start
- git clone [email protected]:Netflix/vector.git
- cd vector/
- sudo apt-get install nodejs
- sudo apt-get install nodejs-dev
- sudo apt-get install npm
- sudo npm install -g bower
- ln -s /usr/bin/nodejs /usr/bin/node
- bower install
- npm install
- npm install --global gulp
- gulp
- http://techblog.netflix.com/2015/04/introducing-vector-netflixs-on-host.html
- https://github.com/Netflix/vector/wiki/Getting-Started
- https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
- http://pcp.io/download.html
- http://blog.nodeknockout.com/post/65463770933/how-to-install-node-js-and-npm
- nodejs/node-v0.x-archive#3911