Skip to content

Instantly share code, notes, and snippets.

@mariomartinezsz
mariomartinezsz / install-couchdb-1.4.0.sh
Last active December 25, 2015 10:59
Install CouchDB 1.4.0 on Ubuntu Server (Tested with Ubuntu Server 12.04 LTS Precise Pangolin)
#!/bin/sh
# Based on http://jswiki.lab-01.com/wiki/doku.php?id=install-couch
echo "Downloading Linux build tools and Erlang"
sudo apt-get install build-essential libicu-dev libcurl4-gnutls-dev libtool erlang-dev erlang zip -y
# Work on tmp directory
cd /tmp
# Spidermonkey is required