Skip to content

Instantly share code, notes, and snippets.

@dch
Forked from cmilfont/Node Smart Machine CouchDB
Created October 25, 2012 12:37
Show Gist options
  • Save dch/3952334 to your computer and use it in GitHub Desktop.
Save dch/3952334 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