Salome HOME
First preliminary version
[tools/simanio.git] / scripts / README
1 How prepare runnable SALOME-SIMAN code
2
3 1. Use standard SALOME 6.5.0 disctibutive for installation.
4
5 2. Take from CVS SALOME-SIMAN code for branch "BR_siman_phase1" based on SALOME 6.5.0
6
7 startinmg from SIMAN repository like :
8 cvs -d :pserver:bri@cvs.opencascade.com:/home/server/cvs/SIMAN checkout -r BR_siman_phase1 SIMANIO_SRC
9
10 Move the required product wso2-wsf-cpp-2.1.0 and all scripts to SALOME root directory
11 Adjust the scripts if necessary
12
13 Take from CVS other modules like it is done in SALOME_CVS_checkout_branch_BR_siman_phase1.sh
14 "KERNEL GUI GEOM MED SMESH VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN PYHELLO"
15
16 3. Build all modules starting from SIMANIO_SRC using the scripts
17
18 4. Check runnability of Salome
19
20 5. Define (export) the environment variable SALOME_ROOT_DIR pointing to the directory there SALOME and scripts are build.
21 in .bashrc file
22
23 6. If necessary run SIMAN application servers 
24 /usr/share/tomcat6/bin/startup.sh
25 to stop use 
26 /usr/share/tomcat6/bin/shutdown.sh
27
28 In the file env_siman.sh adjust SIMAN_WS_HOST variable to point to SIMAN application server
29
30