Skip to content

Instantly share code, notes, and snippets.

@thanos
Created August 2, 2012 16:43
Show Gist options
  • Select an option

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

Select an option

Save thanos/3238541 to your computer and use it in GitHub Desktop.
setting up couchbase
sudo mkfs -t ext4 /dev/xvdf
sudo mkdir /opt/couchbase
sudo mount -t ext4 /dev/xvdf /opt/couchbase
sudo apt-get 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