Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created September 26, 2011 14:00
Show Gist options
  • Save mingderwang/1242300 to your computer and use it in GitHub Desktop.
Save mingderwang/1242300 to your computer and use it in GitHub Desktop.
git another on, twitter client for couchdb
$ git clone https://github.com/jchris/twebz.git
Initialized empty Git repository in /home/ming/couchapp/twebz/.git/
remote: Counting objects: 1721, done.
remote: Compressing objects: 100% (729/729), done.
remote: Total 1721 (delta 630), reused 1717 (delta 630)
Receiving objects: 100% (1721/1721), 201.87 KiB | 50 KiB/s, done.
Resolving deltas: 100% (630/630), done.
$ cd twebz
$ couchapp init
$ couchapp push . http://url0.info:59840/twebz
2011-09-26 21:51:29 [CRITICAL] {"error":"unauthorized","reason":"You are not a server admin."}
$ couchapp push . http://ming:[email protected]:59840/twebz
2011-09-26 21:53:01 [INFO] Visit your CouchApp here:
http://url0.info:59840/twebz/_design/twebz/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment