| 1 |
# $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 |
# Modify this file with the properties you want to use to configure the build.
|
| 4 |
|
| 5 |
# 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;
|
| 16 |
# 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
|
| 20 |
build.log.defaultdir = /var/log/DAST
|
| 21 |
|
| 22 |
#The directory which contains the Drupal site code-tree:
|
| 23 |
drupal.dir = /var/www/drupal52-dev/dast/test/configure
|
| 24 |
|
| 25 |
#The Url of the Drupal site (must include trailing slash if no file specified)
|
| 26 |
drupal.Url = http://localhost/drupal52-dev/dast/test/configure/
|
| 27 |
|
| 28 |
#The RDBMS which will host the Drupal site database - currently can be mysql, mysqli, mssql
|
| 29 |
drupal.database.driver = mysql
|
| 30 |
|
| 31 |
#The name of the server which will host the database - this name is RDBMS specific, e.g MySQL uses simple
|
| 32 |
#hostnames while MSSQL mau use aliases defined in the MSSQL client setup, Oracle may use TNSNames...
|
| 33 |
drupal.database.host = localhost
|
| 34 |
|
| 35 |
#The name of the database to create which will be used by the Drupal site
|
| 36 |
drupal.database.name = DRUPAL52
|
| 37 |
|
| 38 |
#The database user which will be used by the Drupal site
|
| 39 |
drupal.database.user = joe
|
| 40 |
|
| 41 |
#The host that the user will be connecting from
|
| 42 |
drupal.database.user.host = localhost
|
| 43 |
|
| 44 |
#The password fot database user which will be used by the Drupal site
|
| 45 |
drupal.database.user.pass = cool
|
| 46 |
|
| 47 |
#The script to run to (re)create the Drupal database and user and privileges. This script is a template which must contain
|
| 48 |
#placeholders ${drupal_database_name}, ${drupal_database_host}, ${drupal_database_user} ${drupal_database_pass} which will be
|
| 49 |
#replaced with values of the properties specified above. This script must reside in the dast_home/ext directory
|
| 50 |
drupal.database.CreateScript = MYSQL5-CREATE-DRUPAL-DB.sql
|
| 51 |
|
| 52 |
#The name of the user which will be used to run the DROP/CREATE scripts to (re)create the Drupal database and user
|
| 53 |
#The user account must have sufficient rights to perfom the operations in this script
|
| 54 |
drupal.database.CreateScript.user = root
|
| 55 |
|
| 56 |
#The password for the drupal.database.CreateScript.user
|
| 57 |
drupal.database.CreateScript.user.pass = root
|
| 58 |
|
| 59 |
#The database where the create script will be executed, e.g. mysql in MySQL or master in MSSQL
|
| 60 |
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
|
| 73 |
apachehttpd.apache2.conf = /etc/dast/test/apache2/apache2.conf
|
| 74 |
|
| 75 |
#Location of httpd.conf with user configuration
|
| 76 |
apachehttpd.httpd.conf = /etc/dast/test/apache2/httpd.conf
|
| 77 |
|
| 78 |
#Location of ports.conf which stores the ports httpd listens on
|
| 79 |
apachehttpd.ports.conf = /etc/dast/test/apache2/ports.conf
|
| 80 |
|
| 81 |
#Location of sites-enabled dir where enabled vhost configs are stored
|
| 82 |
apachehttpd.sites-enabled.dir = /etc/dast/test/apache2/sites-enabled
|
| 83 |
|
| 84 |
#Listen on 8002
|
| 85 |
apachehttpd.site.port = 8002
|
| 86 |
|
| 87 |
#conf file for the vhost
|
| 88 |
apachehttpd.site.vhost.conf = ${apachehttpd.sites-enabled.dir}${php.directory_separator}drupal52.conf
|
| 89 |
|
| 90 |
#The vhost for the new site - all addresses at 8002
|
| 91 |
apachehttpd.site.vhost = *:${apachehttpd.site.port}
|
| 92 |
|
| 93 |
#apachehttpd.site.vhost directives for dast-test-configure site
|
| 94 |
apachehttpd.site.vhost.ServerAdmin = configure@dast.org
|
| 95 |
apachehttpd.site.vhost.DocumentRoot = ${drupal.dir}
|
| 96 |
apachehttpd.site.vhost.ServerName = drupal52
|
| 97 |
apachehttpd.site.vhost.ErrorLog = /var/log/apache2/error.log
|
| 98 |
apachehttpd.site.vhost.CustomLog = /var/log/apache2/access.log combined
|
| 99 |
|
| 100 |
#php.ini settings relavent to the dast-test-configure Drupal site
|
| 101 |
php.post_max_size = 8M
|
| 102 |
php.file_uploads = On
|
| 103 |
php.upload_max_filesize = 20M
|
| 104 |
php.max_execution_time = 1600
|