Skip to content

Instantly share code, notes, and snippets.

@svs14
Created June 13, 2015 04:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svs14/d8dd94952403a0104da5 to your computer and use it in GitHub Desktop.
Save svs14/d8dd94952403a0104da5 to your computer and use it in GitHub Desktop.
Installs Couchbase on Ubuntu 14.04
#!/bin/bash
# Installs Couchbase on Ubuntu 14.04
wget -L http://packages.couchbase.com/releases/3.0.3/couchbase-server-enterprise_3.0.3-ubuntu12.04_amd64.deb
sudo dpkg -i couchbase-server-enterprise_3.0.3-ubuntu12.04_amd64.deb
rm -f couchbase-server-enterprise_3.0.3-ubuntu12.04_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment