summaryrefslogtreecommitdiff
path: root/vendor/gems/couchrest_session_store/test/setup_couch.sh
blob: 731534beed0896fd0a06baa5de8c9e4bfdcadf86 (plain)
1
2
3
4
5
6
7
HOST="http://localhost:5984"
echo "couch version :"
curl -X GET $HOST

curl -X PUT $HOST/couchrest_sessions
curl -X PUT $HOST/couchrest_sessions/_design/Session --data @design/Session.json