Skip to content

Instantly share code, notes, and snippets.

@michellephung
Created September 9, 2016 03:09
Show Gist options
  • Save michellephung/a5d8769ad75cbf121833c3a66a301ed6 to your computer and use it in GitHub Desktop.
Save michellephung/a5d8769ad75cbf121833c3a66a301ed6 to your computer and use it in GitHub Desktop.
To install CouchDB into your system, copy the rel/couchdb
to your desired installation location. For example:
cp -r rel/couchdb /usr/local/lib
[Optionally, you can add /usr/local/lib/couchdb/bin/ to your PATH,
then run couchdb from anywhere, with the command:
couchdb
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment