| 1 |
# $Id$ |
# $Id: site-configure-nix-sample.properties,v 1.1 2007/09/13 10:49:08 allisterbeharry Exp $ |
| 2 |
|
# @file This is the *nix sample for the site-configure.xml build file. |
| 3 |
#----------------------------------REQUIRED PROPERTIES------------------------------------------------# |
# Modify this file with the properties you want to use to configure the build. |
| 4 |
# BUILD:build.log.defaultdir; drupal.dir; drupal.Url; |
|
| 5 |
# CREATE_DATABASE: drupal.database.driver; drupal.database.host; |
# You can create a base properties file - site-configure-base.properties, which will automatically be loaded every time the build file is run; |
| 6 |
|
# in addition to the usual site-configure.properties file. Any property defined in site-configure-base.properties |
| 7 |
|
# can be overriden by a property defined in site-configure.properties. Any properties not defined in site-configure.properties will be |
| 8 |
|
# inherited from site-configure-base.properties. |
| 9 |
|
|
| 10 |
|
# By default site-configure looks for site-configure-base.properties and site-configure.properties files in the DAST_HOME directory; |
| 11 |
|
# If you want to keep your properties files elsewhere use D"basePropertiesFile=<absolute path to file>" and |
| 12 |
|
#D"propertiesFile=<absolute path to file>". |
| 13 |
|
#----------------------------------REQUIRED PROPERTIES---------------------------------------------------------# |
| 14 |
|
# build.log.defaultdir; drupal.dir; drupal.Url; drupal.database.driver; drupal.database.host; |
| 15 |
# drupal.database.name; drupal.database.user; drupal.database.user.pass; drupal.database.CreateScript; |
# drupal.database.name; drupal.database.user; drupal.database.user.pass; drupal.database.CreateScript; |
| 16 |
#drupal.database.CreateScript.user drupal.database.CreateScript.user.pass |
# drupal.database.CreateScript.user; drupal.database.CreateScript.user.pass; drupal.database.CreateScript.name |
| 17 |
#-----------------------------------------------------------------------------------------------------# |
#--------------------------------------------------------------------------------------------------------------# |
| 18 |
|
|
| 19 |
#This is the default dir where log files from the various tasks will be placed |
#This is the default dir where log files from the various tasks will be placed |
| 20 |
build.log.defaultdir = /var/log/DAST |
build.log.defaultdir = /var/log/DAST |
| 59 |
#The database where the create script will be executed, e.g. mysql in MySQL or master in MSSQL |
#The database where the create script will be executed, e.g. mysql in MySQL or master in MSSQL |
| 60 |
drupal.database.CreateScript.name = mysql |
drupal.database.CreateScript.name = mysql |
| 61 |
|
|
| 62 |
|
#Indicate if to create the files subdirectory |
| 63 |
|
drupal.createfilesDir = yes |
| 64 |
|
|
| 65 |
|
#The absolute path to the files subdirectory |
| 66 |
|
drupal.filesDirPath = ${drupal.dir}${php.directory_separator}files |
| 67 |
|
|
| 68 |
|
#The file system permission for the files directory in octal base with leading 0 e.g. 0777 |
| 69 |
|
#The user running the build script must have the right to chmod this directory |
| 70 |
|
drupal.filesDirPermission = 0777 |
| 71 |
|
|
| 72 |
#Location of global apache2.conf |
#Location of global apache2.conf |
| 73 |
apachehttpd.apache2.conf = /etc/dast/test/apache2/apache2.conf |
apachehttpd.apache2.conf = /etc/dast/test/apache2/apache2.conf |
| 74 |
|
|