Resource Menu


This pages gathers various installation and configuration advices for SPIS, like additional libraries and tools being installed or configured in add of the SPIS packages.

1-Linux based systems.

1.1-General advices

1.2-Debian / Ubuntu based systems.

By default, Debian and Ubuntu releases do not install Java and other needed tools. These Linux releases use the APT tool to manage packages and software. We deeply recommand to use it to install and configure additional components.

  • Java installation:
By default, Java is not installed. SPIS provides its own JRE, but a system set/configured JDK might be needed for the compilation process and/or additional SPIS's configuration tools. To do it, please use the following command:

sudo apt-get install default-jdk
  • Apache Ant based compilation and packaging process:
The compilation and the packaging process of SPIS is based on the Apache Ant tool. Ant is not needed for a simple use of SPIS but may be required in case of necessity to re-compile it. To do it, please use the following command:

sudo apt-get install ant



Last edited by Zorin at Feb 15, 2011 2:50 PM