Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
e8c67780
Commit
e8c67780
authored
Nov 27, 2008
by
Adrian Rossouw
Committed by
adrian
Nov 27, 2008
Browse files
missed some files
parent
02380f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
provision_settings.tpl
.php
→
example.drushrc
.php
View file @
e8c67780
/**
* This configuration file manages the settings for the provision
ining
back end of the Aegir hosting system.
* This configuration file manages the settings for the provision back end of the Aegir hosting system.
*
* This file was automatically created for you by the provision setup functionality, to test the settings in
* this file, please run the provision verify command.
* If you are not using the hosting front end, you should copy this file to the root of your
* Drupal installation and change the settings accordingly.
*
* For the most parts the defaults should be sensible and just work.
*
*/
/**
* Directory to store site backups.
*
* If you have multiple provision managed platforms on this system, it is highly
* recommended to use the same path for each platform you have.
*/
define('PROVISION_BACKUP_PATH', '
<?php
print
$backup_path
?>
')
;
# $options['backup_path'] = '/path/to/backups'
;
/**
* Directory to store configuration files
...
...
@@ -22,33 +23,32 @@ define('PROVISION_BACKUP_PATH', '<?php print $backup_path ?>');
* If you have multiple provision managed platforms on this server, it is highly
* recommended to use the same path for each platform you have.
*/
define('PROVISION_CONFIG_PATH', '
<?php
print
$config_path
?>
');
# $options['config_path'] = '/path/to/configs';
/**
* The login name for the shell user who will be running the provision scripts
*
* This needs to be a user account that is not root or the web server user.
*/
define('PROVISION_SCRIPT_USER', '
<?php
print
$script_user
?>
')
;
# $options['script_user'] = 'aegir'
;
/**
* The group that the web server is running as
*/
define('PROVISION_WEB_GROUP', '
<?php
print
$web_group
?>
')
;
# $options['web_group'] = 'apache'
;
/**
* Database credentials for a database account capable of creating databases and users
*/
define('PROVISION_MASTER_DB', '
<?php
print
$master_db
?>
')
;
# $options['master_db'] = 'mysql://aegir:password@localhost/mysql'
;
/**
* Command to restart apache when an action has been completed
*/
define('PROVISION_RESTART_CMD', '
<?php
print
$restart_cmd
?>
')
;
# $options['restart_cmd'] = 'sudo /usr/sbin/apachectl restart'
;
/**
* The address of the Hostmaster installation
* This url will be used to redirect sites that haven't been found or have been disabled.
*/
define('PROVISION_MASTER_URL', '
<?php
print
$master_url
?>
')
;
# $options['master_url'] = 'http://aegir.company.com'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment