Changes between Version 78 and Version 79 of Download/SCDB
- Timestamp:
- Jan 29, 2009, 12:03:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v78 v79 291 291 [http://subversion.tigris.org Subversion] server, an open source 292 292 product. The http based repository access '''must''' be used for 293 quattor, the standalone access won t work (limitation of the build293 quattor, the standalone access won't work (limitation of the build 294 294 script). 295 295 296 296 After you have a Subversion server installed, you need to : 297 297 298 * Create a Subversion repository that will be used for SCDB ,if it299 doesn't exist yet,and associate this repository with a URL (this298 * 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 300 300 can involve modifying Apache configuration). There is no need to 301 use a dedicated repository. E.g.:301 use a dedicated repository. For example: 302 302 `http://svn.example.org/Quattor`. 303 * Create a branch in this repository where SCDB will be stored, if304 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: 305 305 `http://svn.example.org/Quattor/CDB`. 306 306 * In this branch, create 2 branches `trunk` and `tags` (`tags` is … … 309 309 conveniences (like `branches` but they are not used by standard 310 310 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 315 313 and use [source:templates/trunk/tools/check-compile.sh?format=txt check-compile.sh] 316 314 (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 templates319 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: 320 318 {{{ 321 319 check-compile.sh -d cdb /templates/tags/gLite-3.0.2-10 322 320 }}} 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]. 323 323 * Change current directory to the working area, for example : 324 324 {{{