Last active
August 29, 2015 14:19
-
-
Save sandeepkunkunuru/0a0817f4b6bf4423c5ed to your computer and use it in GitHub Desktop.
Revisions
-
sandeepkunkunuru revised this gist
Apr 14, 2015 . 1 changed file with 28 additions and 28 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,39 +2,39 @@ Setting up PCP ============== * 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 Setting up Vector ---------------- * 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 References ---------- * 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 * https://github.com/joyent/node/issues/3911 -
sandeepkunkunuru revised this gist
Apr 14, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ Setting up PCP ============== * git clone git://git.pcp.io/pcp # cd pcp/ # sudo apt-get install bison # sudo apt-get install flex -
sandeepkunkunuru revised this gist
Apr 14, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ Setting up PCP ============== # git clone git://git.pcp.io/pcp # cd pcp/ -
sandeepkunkunuru renamed this gist
Apr 14, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sandeepkunkunuru created this gist
Apr 14, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,40 @@ Setting up PCP -------------- # 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 Setting up Vector ---------------- # 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 References ---------- # 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 # https://github.com/joyent/node/issues/3911