Created
September 26, 2011 13:24
-
-
Save mingderwang/1242221 to your computer and use it in GitHub Desktop.
couchapp init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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