Apachaï is designed to be a small and lightweight photo and picture sharing application (for services like Twitter) built on the Manos framework. A running instance is available at apch.fr.
It depends on a Redis server available and on ServiceStack .NET binding to it (included). For metadata manipulation, TagLib# >= 2.0.4.0 is also required.
Apachaï leverages code from TweetStation and Pinta but it's not needed to have any of them installed.
Of course, you need Manos installed if you want to launch the application (no need for another webserver though).
To run Apachaï you need to adjust a few things. First, rename config.json.template to config.json and adjust the settings there. Following is a small description for each of them:
serverBaseUrltwitterKey and twitterSecrettwitterCallbacktestInstanceimagesDirectoryredisServersThen just in case, walk a bit in the javascript code under Content/js as I may have hardcoded some stuff to http://apch.fr (promise, I try to avoid this but sometimes I'm lazy). A grep should do the trick.
Finally just hitmanos -s in the root folder and you are all set.
All code, markup and others are released under the permissive MIT license
Jérémie Laval (neteril.org)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/garuma/apachai