Changes between Version 48 and Version 49 of Tests
- Timestamp:
- Mar 4, 2014, 11:52:21 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tests
v48 v49 122 122 Installation de uap : 123 123 {{{ 124 cd / var/lib/jenkins/jobs/PSPA-Dev/workspace/; svn checkout svn://svn.code.sf.net/p/accelerator-ml/code/ accelerator-ml-code; cd accelerator-ml-code/uap/trunk/; export UAP_FORTRAN_COMPILER=GFORTRAN; gmake124 cd /usr/local/; svn checkout svn://svn.code.sf.net/p/accelerator-ml/code/ accelerator-ml-code; cd accelerator-ml-code/uap/trunk/; export UAP_FORTRAN_COMPILER=GFORTRAN; gmake 125 125 }}} 126 126 … … 193 193 Se logger sur la machine, puis lancement des pages Web (apache) 194 194 {{{ 195 ssh ro t@....195 ssh root@.... 196 196 service httpd start 197 197 }}}