Elgg  Version 1.9
Namespaces | Variables
travis_installer.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $enabled = getenv('TRAVIS') != ''
 
if(!$enabled) if (PHP_SAPI!== 'cli')
 
 $installer = new ElggInstaller()
 
 $params
 

Variable Documentation

$enabled = getenv('TRAVIS') != ''

Definition at line 10 of file travis_installer.php.

$installer = new ElggInstaller()

Definition at line 24 of file travis_installer.php.

$params
Initial value:
= array(
'dbuser' => 'root',
'dbpassword' => 'password',
'dbname' => 'elgg',
'sitename' => 'Elgg Travis Site',
'siteemail' => 'no_reply@travis.elgg.org',
'wwwroot' => 'http://travis.elgg.org/',
'dataroot' => getenv('HOME') . '/elgg_data/',
'displayname' => 'Administrator',
'email' => 'admin@travis.elgg.org',
'username' => 'admin',
'password' => 'fancypassword',
)

Definition at line 27 of file travis_installer.php.

if (!$enabled) if(PHP_SAPI!== 'cli')

Definition at line 17 of file travis_installer.php.