Skip to content

Instantly share code, notes, and snippets.

@sandeepkunkunuru
Last active August 29, 2015 14:19
Show Gist options
  • Save sandeepkunkunuru/0a0817f4b6bf4423c5ed to your computer and use it in GitHub Desktop.
Save sandeepkunkunuru/0a0817f4b6bf4423c5ed to your computer and use it in GitHub Desktop.

Revisions

  1. sandeepkunkunuru revised this gist Apr 14, 2015. 1 changed file with 28 additions and 28 deletions.
    56 changes: 28 additions & 28 deletions Setting up PCP + Vector on Ubuntu.md
    Original 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
    * 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
    * 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
    * 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
  2. sandeepkunkunuru revised this gist Apr 14, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Setting up PCP + Vector on Ubuntu.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    Setting up PCP
    ==============

    # git clone git://git.pcp.io/pcp
    * git clone git://git.pcp.io/pcp
    # cd pcp/
    # sudo apt-get install bison
    # sudo apt-get install flex
  3. sandeepkunkunuru revised this gist Apr 14, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Setting up PCP + Vector on Ubuntu.md
    Original 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/
  4. sandeepkunkunuru renamed this gist Apr 14, 2015. 1 changed file with 0 additions and 0 deletions.
  5. sandeepkunkunuru created this gist Apr 14, 2015.
    40 changes: 40 additions & 0 deletions Setting up PCP + Vector on Ubuntu
    Original 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