Skip to content

Instantly share code, notes, and snippets.

@thanos
Created July 31, 2012 00:00
Show Gist options
  • Select an option

  • Save thanos/3212119 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/3212119 to your computer and use it in GitHub Desktop.
installing couchbase on an attached amazon EBS volume. I'm using a small instance here.
sudo mkfs -t ext4 /dev/xvdf
sudo mkdir /opt/couchbase
sudo mount -t ext4 /dev/xvdf /opt/couchbase
sudo aptitude install libssl0.9.8
wget http://packages.couchbase.com/releases/2.0.0-developer-preview-4/couchbase-server-community_x86_64_2.0.0-dev-preview-4.deb
sudo dpkg -i couchbase-server-community_x86_64_2.0.0-dev-preview-4.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment