Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created September 26, 2011 13:24
Show Gist options
  • Select an option

  • Save mingderwang/1242221 to your computer and use it in GitHub Desktop.

Select an option

Save mingderwang/1242221 to your computer and use it in GitHub Desktop.
couchapp init
$ git clone git://github.com/couchone/pages.git
Initialized empty Git repository in /home/ming/couchapp/pages/.git/
remote: Counting objects: 888, done.
remote: Compressing objects: 100% (426/426), done.
remote: Total 888 (delta 375), reused 852 (delta 352)
Receiving objects: 100% (888/888), 144.51 KiB | 57 KiB/s, done.
Resolving deltas: 100% (375/375), done.
$ cd pages
$ couchapp init
$ couchapp push . http://ming:xxxxxxxx@url0.info:59840/pages
2011-09-26 20:54:16 [INFO] Visit your CouchApp here:
http://url0.info:59840/pages/_design/pages/_rewrite/page/index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment