Changes between Version 118 and Version 119 of Download/SCDB


Ignore:
Timestamp:
Feb 11, 2010, 8:33:18 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v118 v119  
    312312
    313313To create your initial SCDB with the standard templates and the associated examples, follow the following steps:
    314  * Populate your repository with the version of SCDB and QWG templates you want to use.  The easiest is to download and use [source:templates/trunk/tools/check-compile.sh?format=txt check-compile.sh] (use option `-h` to get the list of available options).  This will download SCDB, QWG, and compile the example to  ensure that everything works.  To populate the `cdb` subdirectory for example, with SCDB and last version from gLite 3.1 branch do:
    315 {{{
    316 check-compile.sh -D -d scdb gLite-3.1
    317 }}}
    318 ''Note: if you want to download the templates for another version of gLite, replace `glite-3.1` by the relevant version. To get the list of all available branches, use option `-l` (some branches may be obsolete, be sure to use a branch for an active version of gLite or `no-grid` if you are not interested by gLite support.''
     314 * Populate your repository with the version of SCDB and QWG templates you want to use.  The easiest is to download and use [source:templates/trunk/tools/check-compile.sh?format=txt check-compile.sh] (use option `-h` to get the list of available options).  This will download SCDB, QWG, and compile the example to  ensure that everything works.  To populate the `cdb` subdirectory for example, with SCDB and last version from gLite 3.2 branch do:
     315{{{
     316check-compile.sh -D -d scdb gLite-3.2
     317}}}
     318''Note: if you want to download the templates for another version of gLite, replace `glite-3.1` by the relevant version. To get the list of all available branches, use option `-l`. Some branches may be obsolete, be sure to use a branch for an active version of gLite or `no-grid` if you are not interested by gLite support. If you need the support for several gLite version (like 3.1 and 3.2), omit the branch name (last parameter): you will get the trunk and you may switch later each `cfg/grid/glite-xxx` directory to a production branch using `svn switch` command if you prefer to rely on a production branch.''
    319319 * Change current directory to the working area, for example :
    320320{{{