'root', 'dbpassword' => 'password', 'dbname' => 'elgg', 'dbprefix' => 't_i_elgg_', // site settings 'sitename' => 'Elgg Travis Site', 'siteemail' => 'no_reply@travis.elgg.org', 'wwwroot' => 'http://localhost:8888/', 'dataroot' => getenv('HOME') . '/elgg_data/', // admin account 'displayname' => 'Administrator', 'email' => 'admin@travis.elgg.org', 'username' => 'admin', 'password' => 'fancypassword', ); // install and create the .htaccess file $installer->batchInstall($params, TRUE); // at this point installation has completed (otherwise an exception halted execution). echo "Elgg CLI install successful. wwwroot: " . elgg_get_config('wwwroot') . "\n";