Skip to content

Instantly share code, notes, and snippets.

@gbakernet
Created January 18, 2011 00:09
Show Gist options
  • Save gbakernet/783753 to your computer and use it in GitHub Desktop.
Save gbakernet/783753 to your computer and use it in GitHub Desktop.
Node Smart Machine CouchDB
#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