Environment setup.
Create your working directory
% mkdir myFirstStepWithSaada |
% cd myFirstStepWithSaada |
Create some subdirectories to have a clean worksapce.
% mkdir saada |
% mkdir saadadb |
% mkdir repository |
% mkdir apache |
- saada is the directory where Saada tool will be installed.
- saadadb is the directory where all tools and resources used by the SaadaDB(s) are installed.
- repository is the directory where SaadaDBs put all resources needed by the Web server Tomcat.
- apache is the directory where the application server (Web server) will be installed.
>> Download the Saada installer from here and run it with Java. Your browser should start Java automatically. If it doesn’t, save the file (e.g. Saada1.X.Y.jar) and run it manually.
% java -jar Saada1.6.0.noplatform.jar |
Agree with the license, choose myFirstStepWithSaada/saada as installation directory and finish.
last update 2014-09-01
|