Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gsf/catlg
- Owner: gsf
- Created: 2010-10-27T16:28:31.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-09T14:49:41.000Z (over 13 years ago)
- Last Synced: 2024-10-20T02:53:06.102Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/"
}
}
}