diff options
-rwxr-xr-x | test/setup_couch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/setup_couch.sh b/test/setup_couch.sh index 39e264f..0502c12 100755 --- a/test/setup_couch.sh +++ b/test/setup_couch.sh @@ -1,6 +1,8 @@ #!/bin/bash HOST="http://localhost:5984" +echo "couch version :" +curl -X GET $HOST echo "creating user :" curl -HContent-Type:application/json -XPUT $HOST/_users/org.couchdb.user:me --data-binary '{"_id": "org.couchdb.user:me","name": "me","roles": [],"type": "user","password": "pwd"}' echo "creating databases :" |