The following recipe was used to build a Log.io environment on a fresh Ubuntu 12.04 install (ami-a29943cb), using node.js v0.6.19
Install node.js dependencies
sudo apt-get install g++ make git libssl-dev pkg-config
Download, compile node.js source
mkdir ~/downloads cd downloads wget "http://nodejs.org/dist/v0.6.19/node-v0.6.19.tar.gz" tar -xzvf node-v0.6.19.tar.gz cd node-v0.6.19/ ./configure make sudo make install
Install NPM
curl https://www.npmjs.org/install.sh | sudo sh
Install log.io
sudo npm config set unsafe-perm true sudo npm install -g --prefix=/usr/local log.io
Launch server and/or harvester
sudo log.io server start sudo log.io harvester start
?
Deleting the wiki page "v0.2.7 Build Recipe (Ubuntu 12.04)" cannot be undone. Continue?