]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/Readme.txt
Feature #1773 Add licence terms for all files.
[creaToolsTools.git] / ctest / dashboard / Readme.txt
1 # ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 #                        pour la Santé)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 #
7 #  This software is governed by the CeCILL-B license under French law and 
8 #  abiding by the rules of distribution of free software. You can  use, 
9 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 #  license as circulated by CEA, CNRS and INRIA at the following URL 
11 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 #  or in the file LICENSE.txt.
13 #
14 #  As a counterpart to the access to the source code and  rights to copy,
15 #  modify and redistribute granted by the license, users are provided only
16 #  with a limited warranty  and the software's author,  the holder of the
17 #  economic rights,  and the successive licensors  have only  limited
18 #  liability. 
19 #
20 #  The fact that you are presently reading this means that you have had
21 #  knowledge of the CeCILL-B license and that you accept its terms.
22 # ------------------------------------------------------------------------  
23
24 Automatic compilation for all the Creatools
25
26 --> WINDOWS USERS :
27 Change your CVS user in the file All.bat
28  
29 --> LINUX USERS :
30 Change your CVS user in the file cvscheckout.sh
31 Change the entry 'VTK_DIR:PATH=' of cmakemod.sh, acording to your own computer
32 Use ssh-add and give your pass-phrase (for cvs checkout)
33 Run the script as :
34 sh All.sh <nameOfTheGenerationDirectory> <BooleanForDocGeneration> <userNameForCVS> <VTKdir>  <installPrefix>
35   ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4   /home/jpr/myInsallDirectory
36  
37 sh All.sh name_of_the_directory_to_generate ON
38 (ON : to generate documentation)
39
40
41 Requirements
42
43 Donwload and install crea_Developers_tools, crea_ThirdParty_dlls, crea_ThirdParty_Libraries and VisualStudioExpress2008
44 from http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload
45
46 Copy all the .bat files into one directoy where the tests are going to be run
47 execute All.bat
48
49 Not forget to run your ssh key with puttyAgent
50
51 All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.
52
53
54
55
56 =============Install cmake =========================
57
58 Install 
59         visualStudio
60         Putty
61         Graphviz
62         doxygen
63         TortoiseCVS
64         NSIS
65         cmake (outside of "Programs Files")
66         crea_ThirdParty_Libraries  (outside of "Programs Files")
67
68 outside of "Programs Files"
69 To avoid the probleme of: Read only
70
71
72 =============Test dashboard in local with: Windows, php, mysql
73
74
75 0)
76 Install EasyPhp outside of  "Programs Files" directory
77 avoid Read Only conflicts
78
79 1)
80 Download with svn  CDASH
81 https://www.kitware.com/svn/CDash/Release-1-6-4
82 y put it in www of your "<INSTALL_DIR>/EasyPHP" instalation
83
84 2) modify php.ini confiuration
85 In EasyPHP=5.3.3/conf_files
86  php.ini
87    uncomment :  
88      extension=php_xsl.dll
89      extension=php_curl.dll