v0.3.4 Build Recipe (Ubuntu 14.04)
Mike Smathers edited this page 2014-07-31 22:57:04 -07:00

The following recipe was used to build a Log.io environment on a fresh Ubuntu 14.04 install (ami-864d84ee), using node.js v0.10.29

  1. Install node.js dependencies

    sudo apt-get update sudo apt-get install g++ make git libssl-dev pkg-config

  2. Download, compile node.js source

    mkdir ~/downloads cd downloads wget "http://nodejs.org/dist/v0.10.29/node-v0.10.29.tar.gz" tar -xzvf node-v0.10.29.tar.gz cd node-v0.10.29/ ./configure make sudo make install

  3. Install NPM

    curl -L https://npmjs.org/install.sh | sudo sh

  4. Install log.io

    sudo npm install -g log.io --user "ubuntu"

  5. Launch server and/or harvester

    log.io-server

  6. Configure, launch harvester

    nano ~/.log.io/harvester.conf log.io-harvester