Tree editor
===========

Welcome to the tree editor source code.

To set this up to run on your machine you will need to do two things:

* Edit the file with the database user details in;

* Create some example sample databases.

The file with the database details in is:

  lib/octoploid/php/db_config.php

You'll need to change the user name and password.

If you are /not/ using MySQL, you will need to change
the database used as well.

If you are using unix, you may want to set the
"database_host" variable to point to "localhost"
...or your machine's network address.

To create the sample database, execute the SQL in the
file:

  sql/setup.sql

That should be enough to get everything up and
running - so check the "index.php" file.

If you have difficulty accessing the Pear classes
make sure you have Pear installed on your machine.
If you have, check the file:

  lib/octoploid/php/include_pear.inc.php

License
=======
This material has all been placed into the public domain by its author.
