ART
a lightweight reporting solution

Home
OverView
ScreenShots
ChangeLog
Download
Quick Start
Install
Admin
Developers
Credits
Help

ART Wiki


ART is Open Source Software, see license for more info.

Hosted by:
SourceForge Logo

ART Installation


ART installation is performed by deploying the art.war archive in a java application server and (optionally) creating a few tables in a database.
Prerequisites:
  • an application server (Servlet/JSP API 2.5/2.1 compliant), like Tomcat.
  • (optional) a database in which to create tables for the ART Repository. You can use the embedded sample hsqldb database.

Short Version


  1. Download the latest art-x.y.zip release from the download area
  2. (optional) Open the readme.txt file to know how to create the ART Repository tables using the sql scripts inside the art-x.y.zip archive. A ready-to-use, sample hsqldb ART repository is now embedded and can be used with no configuration.
  3. Deploy the art.war archive in the application server
  4. Connect to
  5.   http://server_name:port/art 
    
You'll be asked to define ART properties (you can leave default values):

... that's all!

The next steps are to define users, datasources and queries!

Long Version


A detailed installation manual is available with the application, or on the ART Wiki