Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Forked from gbakernet/Node Smart Machine CouchDB
Created January 18, 2011 09:29
Show Gist options
  • Save cmilfont/784194 to your computer and use it in GitHub Desktop.
Save cmilfont/784194 to your computer and use it in GitHub Desktop.
#Steps
pkgin install couchdb
svccfg import /opt/local/share/smf/manifest/couchdb.xml
svcadm enable couchdb
#Test
curl http://127.0.0.1:5984/
{"couchdb":"Welcome","version":"1.0.1"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment