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:
sudo apt-get install default-jdk
- Apache Ant based compilation and packaging process:
sudo apt-get install ant