Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sunng87/rageviewer

A rage comic viewer in clojure
https://github.com/sunng87/rageviewer

Last synced: about 2 months ago
JSON representation

A rage comic viewer in clojure

Awesome Lists containing this project

README

        

# rageviewer

A rage comic viewer written in Clojure and ClojureScript.
You can find an instance on http://rageviewer.cloudfoundry.com/

## Usage

1. Check out code from github
2. lein deps
3. Start a redis server on localhost and listen to default port
4. lein ring server

## Deployment

1. Package a war archive: lein ring uberwar
2. Deploy to CloudFoundry: vmc push YOUR_APP_NAME

## License

Copyright (C) 2011 Sunng

Distributed under the Eclipse Public License, the same as Clojure.