Skip to content

Commit

Permalink
Fixing readme for newer couchapp.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 4, 2011
1 parent 1a6d17b commit c0bd576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.mkd
Expand Up @@ -12,12 +12,12 @@ Install node-couchapp with npm.


Sync to your couchdb. Sync to your couchdb.


couchapp --design app.js --sync --couch http://localhost:5984/dbname couchapp push app.js http://localhost:5984/dbname


This will push the app to your couch and then idle while you edit code. Whenever you save edits to your attachments it'll update them. This will push the app to your couch and then idle while you edit code. Whenever you save edits to your attachments it'll update them.


You'll probably want to add a vhost to the rewriter for the ddoc as well. You'll probably want to add a vhost to the rewriter for the ddoc as well.


## Writing some codes. ## Writing some codes.


This is a dirt simple couchapp that uses sammy for pretty everything. If you know jquery and sammy you're good to go. This is a dirt simple couchapp that uses sammy for pretty everything. If you know jquery and sammy you're good to go.

0 comments on commit c0bd576

Please sign in to comment.