Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
update README and remove redundant INSTALL instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kocolosk committed Aug 24, 2010
1 parent 3b92c5d commit 9c7ed4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
33 changes: 0 additions & 33 deletions INSTALL.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -44,16 +44,16 @@ To install Spidermonkey 1.9.2 from PPA:

#### Building and installing dbcore

`$CLOUDANT_SRC` is the directory holding your downloaded source files, while `$CLOUDANT_PREFIX` is the prefix to which the software is installed (defaults to `/opt`):
`$CLOUDANT_SRC` is the directory holding your downloaded source files, while `$PREFIX` is the prefix to which the software is installed (defaults to `/opt/dbcore`):

cd $CLOUDANT_SRC
./configure -p $CLOUDANT_PREFIX
./configure -p $PREFIX
make
sudo make install

#### Starting dbcore

$CLOUDANT_PREFIX/dbcore/bin/dbcore
$PREFIX/bin/dbcore

Now, visit http://localhost:5984/_utils in a browser to verify the CouchDB node is operational.

Expand Down

0 comments on commit 9c7ed4d

Please sign in to comment.