Skip to content

Commit

Permalink
Include couchapp install in README -- thanks Jay
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Feb 9, 2011
1 parent cacda90 commit e44c017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
@@ -1,13 +1,14 @@
Catlg is a catalog. Use it to manage and display collections of things.

Catlg is a CouchApp (http://couchapp.org). To install it, get CouchDB
up and running on your machine, cd into the Catlg directory, and run
the following command:
Catlg is a CouchApp. To install it, get CouchDB up and running on your
machine, install the couchapp command-line tool
(http://couchapp.org/page/installing), cd into the Catlg directory, and
run the following command:

$ couchapp push . http://127.0.0.1:5984/catlg

Add a .couchapprc file to the Catlg directory with the following in it
and all you have to do is `couchapp push`:
If you add a .couchapprc file to the Catlg directory with the following
in it all you have to do is `couchapp push`:

{
"env": {
Expand All @@ -16,4 +17,3 @@ and all you have to do is `couchapp push`:
}
}
}

0 comments on commit e44c017

Please sign in to comment.