descriptionThis is a web cache written in java.
ownercinnamon250@outlook.com
last changeMon, 28 Oct 2013 22:07:10 +0000 (28 22:07 +0000)
content tags
add:
readme

Ariane

This is a web cache based on java and netty.

Description

This project aims to implement an HTTP based web cache, with the following features:

Todo

There are several things on the todo list, and among them:

So that is the roadmap for now, but once that is done, some other things are on the list, like:

License

This project is licensed under the Apache License 2.0.

Install

To install this software you must have gradle installed, and issue gradle distZip in order to create an release zip file.

Then go to ${path_to_source_dir}/build/distributions and extract the zip file in the folder to the location where you want to install jellyfish.

Then open an console shell, go to the directory where you extracted the files and type bin/jellyfish -c configuration.xml.

If you want to customize the server, please edit the configuration.xml, logback.xml and ehcache.xml in order to configure the server, the logging system or the cache respectively.

shortlog
2013-10-28 Fat CatAdded some old commits...developproduction
2013-09-08 Fat CatAdded the initial files from ariane jellyfish
heads
10 years ago feature/file_reorganization
10 years ago production
10 years ago develop