Changes between Version 78 and Version 79 of Download/SCDB


Ignore:
Timestamp:
Jan 29, 2009, 12:03:16 PM (17 years ago)
Author:
loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v78 v79  
    291291[http://subversion.tigris.org Subversion] server, an open source
    292292product. The http based repository access '''must''' be used for
    293 quattor, the standalone access wont work (limitation of the build
     293quattor, the standalone access won't work (limitation of the build
    294294script).
    295295
    296296After you have a Subversion server installed, you need to :
    297297
    298  * Create a Subversion repository that will be used for SCDB, if it
    299    doesn't exist yet, and associate this repository with a URL (this
     298 * Create a Subversion repository that will be used for SCDB (if it
     299   doesn't already exist) and associate this repository with a URL (this
    300300   can involve modifying Apache configuration). There is no need to
    301    use a dedicated repository. E.g. :
     301   use a dedicated repository. For example:
    302302   `http://svn.example.org/Quattor`.
    303  * Create a branch in this repository where SCDB will be stored, if
    304    the repository is not dedicated to SCDB. E.g. :
     303 * If the repository is not dedicated to SCDB, create a branch in this repository where SCDB will be stored,
     304    For example:
    305305   `http://svn.example.org/Quattor/CDB`.
    306306 * In this branch, create 2 branches `trunk` and `tags` (`tags` is
     
    309309   conveniences (like `branches` but they are not used by standard
    310310   tools).
    311  * Choose the QWG templates version that suit your needs and import
    312    [source:SCDB/tags/pro SCDB base] and QWG templates in directory
    313    that will become you working area. See [wiki:Download/QWGTemplates QWG download]
    314    for detailed instructions. The easiest is to download
     311 * Populate your repository with the version of SCDB and QWG templates
     312   you want to use.  The easiest is to download
    315313   and use [source:templates/trunk/tools/check-compile.sh?format=txt check-compile.sh]
    316314   (use option `-h` to get the list of available
    317    options). For example, assuming you want to create a `cdb`
    318    sub-directory of your current directory and download QWG templates
    319    gLite-3.0.2-10 :
     315   options).  This will download SCDB, QWG, and compile the example to
     316   ensure that everything works.  To populate the `cdb` subdirectory for example,
     317   with SCDB and QWG templates gLite-3.0.2-10 do:
    320318{{{
    321319check-compile.sh -d cdb /templates/tags/gLite-3.0.2-10
    322320}}}
     321   The equivalent can be done manually.  See the following link for SCDB and QWG:
     322   [source:SCDB/tags/pro SCDB base] and [wiki:Download/QWGTemplates QWG download].
    323323 * Change current directory to the working area, for example :
    324324{{{