Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/catlg

Catlg is a catalog.
https://github.com/gsf/catlg

Last synced: 2 months ago
JSON representation

Catlg is a catalog.

Awesome Lists containing this project

README

        

Catlg is a catalog. Use it to manage and display collections of things.

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

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

{
"env": {
"default": {
"db": "http://127.0.0.1:5984/catlg/"
}
}
}