Linux hosting configuration

I'm thinking about implementing dotProject on my linux hosting plan. It is a web group collaboration software using php (don't know why its called 'dot').

The requirements to run the software are the following:

* PHP Version must be 4.1 or later
* Apache Web server (either version 1.3.x or 2.x)
* MySQL Server (version 3.23.x)
* mysQL must have the ability to create temporary tables. Without this the project module will fail.



Does Jodo have the above required versions on the linux plan? And what is the database host name (localhost)? The install script will create a mysql database.
 
Everything is there. However your install script will not be able to create a database. You can give it access to a blank database you have created in your CP so it can create the table structures
 
Back
Top