Changes between Version 72 and Version 73 of Tests


Ignore:
Timestamp:
Jun 23, 2015, 4:56:32 PM (10 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tests

    v72 v73  
    77   * [wiki:InstallationLibraries installation des librairies nécéssaires à PSPA]
    88   * [wiki:InstallationRecuperationCode Récupération du code ]
    9    * [wiki:InstallationCompilationSoftwares Compilation des softwares utilisables par PSPA, compilation et lancement de PSPA]
     9
     10    '''2 versions du code PSPA disponibles :'''
     11    * Développement : https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ branche 'develop'
     12    * Production : https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ branche 'release/xxx' (release/0.3.2 actuellement)
     13
     14    {{{
     15    hg clone https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ -b develop
     16    }}}
     17
     18    '''1 version des sofwares disponible :'''
     19    * Défault : https://rhodecode.lal.in2p3.fr/PSPA/Softwares
     20
     21    {{{
     22    hg clone https://rhodecode.lal.in2p3.fr/PSPA/Softwares
     23    }}}
     24   * Compilation des softwares utilisables par PSPA
     25     {{{
     26     cd "Software_clone_dir";
     27     sh build-PSPA-Softwares.sh
     28     }}}
     29   * compilation et lancement de PSPA (avec make)
     30     {{{
     31     cd "PSPA_clone_dir";
     32     sh build-PSPA_Develop.sh OR sh build-PSPA_Release.sh
     33     }}}
     34   * OU compilation et lancement de PSPA (avec XCode)
     35     {{{
     36     open "PSPA_clone_dir"/tools/PSPA.xcodeproj/;
     37     Lancer et construire le projet
     38     }}}
    1039
    1140 * [wiki:ServeurPSPAPreConfigure Utilisation d'une machine dans le cloud stratus-lab pré-configurée pour accueillir PSPA]