You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/03/11 16:43:25 UTC

[GitHub] jareware commented on issue #134: Improve installation and initial setup documentation

jareware commented on issue #134: Improve installation and initial setup documentation
URL: https://github.com/apache/couchdb-documentation/issues/134#issuecomment-372129445
 
 
   Also, just in case someone finds themselves here looking for the magic HTTP API command to start a newly-spun-up CouchDB container in single-node mode:
   
       curl -X POST -H "Content-Type: application/json" http://admin:password@localhost:5984/_cluster_setup -d '{"action": "enable_single_node"}'
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services