saada logo

 
  SAADA OVERVIEW
Home  
News  
Tutos and Links  
Download  
  Tutorial
Getting started  
Doing More  
SaadaQL  
The Web Interface  
VO Publishing  
Tips & Troubelshooting  
  COMMUNITY
Mailing List  
Saada Sites  
How to Contact us ?  
  DEVELOPER CORNER
Contributors  
Next Step  
Old Releases  
Inside Saada  
Using UWS  

 

SourceForge.net Logo


HOME ART > Tutorial > Getting started
Install Saada

In this step, you will just install the tool in charge of building empty databases




 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