Skip to content

Commit

Permalink
[dist] upgrade couchdb to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Aug 8, 2014
1 parent 15d9ab1 commit 1e12afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/couchdb/scripts/install.sh
Expand Up @@ -4,8 +4,8 @@ apt-get -y install gcc make libicu48 libicu-dev erlang libmozjs185-dev g++ logro
ORIGINAL_DIR=`pwd`
cd $HOME

curl http://www.us.apache.org/dist/couchdb/source/1.5.0/apache-couchdb-1.5.0.tar.gz | tar -zxvf-
cd apache-couchdb-1.5.0
curl http://www.us.apache.org/dist/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz | tar -zxvf-
cd apache-couchdb-1.6.0
./configure
make
make install
Expand Down

0 comments on commit 1e12afb

Please sign in to comment.