[Xerte] Re: xerte setup

Patrick Lockley Patrick.Lockley at nottingham.ac.uk
Thu Mar 17 15:43:46 GMT 2011


Put the username and password into the text file too

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of John Drury
Sent: 17 March 2011 15:32
To: xerte at lists.nottingham.ac.uk
Subject: [Xerte] xerte setup

Hi 
database.txt
<?PHP /**
* 
* database page, has the settings for database connection
*
* @author Patrick Lockley
* @version 1.0
* @copyright Copyright (c) 2008,2009 University of Nottingham
* @package
*/

/*
* Host where database is
*/
$xerte_toolkits_site->database_host = "server020.iso port.ac.uk";

/*
* Username for database
*/
$xerte_toolkits_site->database_username ="DATABASE_USERNAME";

/*
* Password for database
*/
$xerte_toolkits_site->database_password ="DATABASE_PASSWORD";

/*
* Database name
*/
$xerte_toolkits_site->database_name ="xertetoolkit";

/*
* Database table prefix
*/
$xerte_toolkits_site->database_table_prefix ="";
?>

database.php
<?PHP /**
* 
* database page, has the settings for database connection
*
* @author Patrick Lockley
* @version 1.0
* @copyright Copyright (c) 2008,2009 University of Nottingham
* @package
*/

/*
* Host where database is
*/
$xerte_toolkits_site->database_host = "server020.iso port.ac.uk";

/*
* Username for database
*/
$xerte_toolkits_site->database_username ="xerteadmin";

/*
* Password for database
*/
$xerte_toolkits_site->database_password ="deadend";

/*
* Database name
*/
$xerte_toolkits_site->database_name ="xertetoolkit";

/*
* Database table prefix
*/
$xerte_toolkits_site->database_table_prefix ="";
?>


-- 
John Drury MBE
Senior Service Delivery Specialist
Northern Service Delivery Team
Lion Gate 018
Lion Building
Lion Terrace
Portsmouth
PO1 3HF

Telephone: 02392 842235
Mobile: 07540 783291






_______________________________________________
Xerte mailing list
Xerte at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte



More information about the Xerte mailing list