From 7e1962617d3952909c70f8e8eae6b3136d393af6 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Tue, 21 Jan 2014 21:02:06 +0000 Subject: [PATCH] Improve documentation of install process. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index efc9ae00..80a8235a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Project description. ## Prerequisites -* Node.js - Download and Install [Node.js](http://www.nodejs.org/download/). You can also follow [this gist](https://gist.github.com/isaacs/579814) for a quick and easy way to install Node.js and npm +* Node.js - Download and Install [Node.js](http://www.nodejs.org/download/). You can also follow [this gist](https://gist.github.com/isaacs/579814) for a quick and easy way to install Node.js and npm, or the Ubuntu way: git clone git@github.com:joyent/node.git && cd node && git checkout v0.10.24 && ./configure && make && make install` * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - Make sure it's running on the default port (27017). +* Bitcoind - Download and Install [Bitcoin](http://bitcoin.org/en/download) - You should make sure to configure RPC security and `txindex`. For an example, see `./etc/bitcoind/bitcoin.conf` ### Tools Prerequisites * NPM - Node.js package manager, should be installed when you install node.js. @@ -30,9 +31,7 @@ $ npm install -g bower Then clone it wherever you want: - $ git clone git@github.com:/insight.git - - $ cd myster + $ git clone git@github.com:/insight.git && cd insight Install Grunt Command Line Interface: @@ -41,6 +40,7 @@ $ npm install -g bower Install dependencies: $ npm install + $ bower install We use [Grunt](https://github.com/gruntjs/grunt-cli) to start the server: