From f62e1352026d0d94c4908cd989ebd1fe5b0bd30a Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Mon, 5 Jul 2010 13:22:11 -0400 Subject: add rebar, makefile, readme to chttpd --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..55d642e7 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## chttpd + +chttpd is a cluster-aware http layer for CouchDB[1]. It is used in cloudant-core[2] as the http front-end. + +### Getting Started +Dependencies: + Erlang R13B-03 (or higher) + +Build with rebar: + make + +### License +Apache 2.0[3] + +### Contact + http://cloudant.com + info@cloudant.com + +[1]: http://couchdb.apache.org +[2]: http://github.com/cloudant/cloudant-core +[3]: http://www.apache.org/licenses/LICENSE-2.0.html -- cgit v1.2.3