On Sat, Mar 22, 2014 at 12:37:30PM +0000, Chris Walker wrote:
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?
When you say 'run' this, is it just a standalone program written in PHP (quite possible, though not all that common) or is it a PHP web application? If it's a web application then you need to be running a web server (probably Apache) and put the PHP in the place that the web server expects to find PHP programs.