[Cdash] Installation: edition of config.php

Julien Jomier julien.jomier at kitware.com
Thu Mar 6 13:46:35 UTC 2008


Bonjour Isabelle,

The basic configuration options are related to the database connection:

// Hostname of the MySQL database
$CDASH_DB_HOST = 'localhost';
// Login for MySQL database access
$CDASH_DB_LOGIN = '';
// Password for MySQL database access
$CDASH_DB_PASS = '';
// Name of the MySQL database
$CDASH_DB_NAME = '';

These should be the only configuration options you need to get started 
with CDash.

We are actively working on the documentation and installation procedure. 
We hope to have it ready soon.

Let us know if you have any issues,

Julien

Isabelle Cabrera wrote:
> Hi,
> 
> I'm new to CDash (and MySQL) and I'd like to install it. I have 
> installed all the required dependencies but I'm stuck at step 2 of the 
> installation procedure:
> 
>   2. Edit the config.php file to connect to the MySQL server and database.
> 
> What should I edit in config.php ?
> 
> Sorry if this seems straightforward, but I'm not familiar with dart 
> either, I'm starting from scratch.
> 
> Best regards,
> Isabelle
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
> 



More information about the CDash mailing list