| 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 | {{{ |
| | 316 | check-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.'' |