Skip to content

Instantly share code, notes, and snippets.

@alduro
Created April 12, 2011 01:52
Show Gist options
  • Save alduro/914770 to your computer and use it in GitHub Desktop.
Save alduro/914770 to your computer and use it in GitHub Desktop.
how to install couchdb in no.de
<marsell> Anyway, since I might be gone for a jog later, these are the steps I used to run CouchDB:
[21:43] <marsell> pkgin install erlang-14.1.1 couchdb-1.0.1nb1
[21:43] <marsell> svccfg import /opt/local/share/smf/manifest/epmd.xml ; svccfg import /opt/local/share/smf/manifest/couchdb.xml
[21:44] <marsell> svcadm enable epmd couchdb
[21:44] <marsell> After that couchdb was running.
[21:44] <marsell> You can check with a "svcs -a | ack couch", which returns a line saying:
[21:44] <marsell> online 0:43:57 svc:/application/couchdb:default
[21:45] <marsell> The "online" bit is crucial. If it's not online, give me a ping later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment