I want to run Geneotree (http://www.geneotree.com/) so I downloaded it and extracted the files from the zip.
I'm not familiar with PHP stuff so I put them in /home/chris/geneotree. There are lots of php files and a few folders but how do I run the thing?
There's a config.php file which contains these lines :- ============= <?php
/******* PLEASE DON'T MODIFY THE FOLLOWING LINE - NE PAS MODIFIER LA LIGNE CI-DESSOUS SVP ********/
$INSTALLATION_OK = FALSE;
/*************************************************************************************************/
/****************************** BEGIN INITIALIZATION CONNECTION PARAMETERS ***********************/
$sql_host = 'localhost'; $sql_base = 'geneotree'; $sql_user = 'root'; $sql_pass = '';
/******************************* END INITIALIZATION CONNECTION PARAMETERS ************************/ ?>
============
Do I need to modify any of them to run it? I'm told that there is documentation on sourceforge but I can't see anything that would help me.
I've tried putting htpp://localhost/geneotree in a browser but it fails which is not unexpected. So at this point, I'm stuck and any help would be appreciated.