You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
donp@sparky:/tmp$ curl -X PUT http://localhost:5984/taskr
{"error":"file_exists","reason":"The database could not be created, the file already exists."}
$ couchapp version
Couchapp (version 0.6.2)
$ git clone http://github.com/jchris/taskr.git
Initialized empty Git repository in /home/donp/Documents/Code/taskr/.git/
remote: Counting objects: 1756, done.
$ curl -X PUT http://localhost:5984/taskr
{"ok":true}
$ couchapp push http://localhost:5984/taskr
2010-06-20 09:55:40 [ERROR] couchapp error: You aren't in a couchapp.
$ ls
_attachments evently README.md validate_doc_update.js vendor views
The text was updated successfully, but these errors were encountered: