|
|
ART Installation
ART installation is performed by deploying the art.war archive in a servlet engine and creating a few tables in a database.
Pre-requisites:
- a servlet engine (Servlet/JSP API 2.3/1.2 compliant, like Tomcat
).
- a database account able to create tables for the ART Repository - you can use the hsqldb embedded database, see below.
Short Version
- Download the latest art-x.y.zip release from the download area
 - Create the tables (via the script art-tables.sql you find inside the art-x.y.zip archive) in a database. This is the ART Repository. A ready-to-use ART repository created using the embedded hsqldb driver is available, see ArtHsqldb for more details.
- Deploy the art.war archive in the servlet engine (i.e. copy the .war file you find inside the art-x.y.zip archive in the servlet engine and load it)
- Connect to
http://server_name:port/art
You'll be asked to define art properties (i.e. connection parameters to the ART repository and some other info):

... define them and that's all!
The next steps are to define users, datasources and queries (see the admin manual).
Long Version
If you need more details on the installation process, on how to set-up external authentication or on Tomcat installation, look for the ART Install Manual pdf from the download area
|
|