Created
July 31, 2012 00:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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