Changes between Version 6 and Version 7 of Doc/SCDB/Usage


Ignore:
Timestamp:
Sep 28, 2006, 10:31:48 AM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Usage

    v6 v7  
    1414
    1515After you have a Subversion server installed, you need to :
    16  * Create a repository and import the basic SCDB structure from [source:SCDB].
     16 * Create a repository or a branch in an existing repository where SCDB will be stored
     17 * Checkout this repository/branch (`svn co`)
     18 * Import the basic SCDB structure from [source:SCDB].
    1719 * Import QWG templates in `cfg` directory, according to the version you need. See QWG [wiki:Download download] instructions.
    1820
    19 A tool originally written for QWG templates developpers, [source:templates/trunk/tools/check-compile.sh check-compile.sh], simplifies the creation of a new SCDB, executing both operations and compiling examples. Use option `-h` to get the list of available options. A typical use of this tool (replace the release tag `gLite-3.0.2-1` by the QWG templates release you want to download) is :
     21A tool originally written for QWG templates developpers, [source:templates/trunk/tools/check-compile.sh check-compile.sh], simplifies the two last steps (import of standard templates), executing both operations and compiling examples. Use option `-h` to get the list of available options. A typical use of this tool (replace the release tag `gLite-3.0.2-1` by the QWG templates release you want to download) is :
    2022{{{
    2123check-compile.sh -d your_scdb_dir /templates/tags/gLite-3.0.2-1