Created
August 2, 2012 16:43
-
-
Save thanos/3238541 to your computer and use it in GitHub Desktop.
setting up couchbase
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 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