forked from NarrativeScience-old/log.io
-
Notifications
You must be signed in to change notification settings - Fork 0
v0.3.2 Build Recipe (Ubuntu 12.04)
msmathers edited this page Mar 10, 2013
·
1 revision
The following recipe was used to build a Log.io environment on a fresh Ubuntu 12.04 install (ami-3d4ff254), using node.js v0.8.22
-
Install node.js dependencies
sudo apt-get update 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.8.22/node-v0.8.22.tar.gz" tar -xzvf node-v0.8.22.tar.gz cd node-v0.8.22/ ./configure make sudo make install
-
Install NPM
curl https://npmjs.org/install.sh | sudo sh
-
Install log.io
sudo npm install -g log.io --user "ubuntu"
-
Launch server and/or harvester
log.io-server
-
Configure, launch harvester
nano ~/.log.io/harvester.conf log.io-harvester