There are 32-bit and 64-bit virtual machines running Ubuntu and CentOS available. These are all in a format created by VMWare, which is readable by any popular virtualisation system.
CentOS 6 is a free clone of RedHat Enterprise, which is very similar to Fedora. Ubuntu Server 10 is a derivative of Debian, and is very easy to use.
The Ubuntu systems use the SQLite database system, the CentOS ones use MySQL due to lack of PHP support for SQLite in those systems.
I strongly advise you to use the 64-bit virtual machines wherever possible, as these are capable of uploads larger than 2 Gbytes. Any attempt to configure 32-bit systems to accept uploads of 2 Gbytes or more will result in a system that does not allow any size of uploads.
The virtual machines are shipped in the standard OVA format. You can import them into VMware Workstation for Windows by simply double-clicking on the .ova file after you have downloaded it.
If you need to change the keyboard type, use a command like "loadkeys de" which would load the German keyboard map.
You will probably find the timezone is set wrong for your part of the world. So set the timezone correctly.
Because users can log in with their username and password, you should setup an SSL certificate for the web server, Apache. You don't *have* to do this, but it is strongly advised.
Then you need to setup /opt/zendto/config/preferences.php for your site.
Then change the user interface appearance in /opt/zendto/config/zendto.conf.
Then reboot to be sure everything is setup correctly before you try it.
As you are using MySQL for the ZendTo database, read the contents of /opt/zendto/sql/README.MySQL to find how to setup the database.
If you are using local users (rather than Active Directory or some other authentication system) then look in /opt/zendto/bin for the commands to run to manage your users (such as "adduser.php" to add a new user and "listusers.php" to list your users).
You will probably find the timezone is set wrong for your part of the world. So set the timezone correctly.
Because users can log in with their username and password, you should setup an SSL certificate for the web server, Apache. You don't *have* to do this, but it is strongly advised.
Then you need to setup /opt/zendto/config/preferences.php for your site.
Then change the user interface appearance in /opt/zendto/config/zendto.conf.
Then reboot to be sure everything is setup correctly before you try it.
Ubuntu supports the SQLite database, which is used by default by ZendTo. This database will be created automatically when you first visit the website, so use a web browser to visit the homepage of your ZendTo website and click on the "About" link at the bottom of the page. This will trigger creation of the database automatically. If you have chosen to use MySQL instead, then read /opt/zendto/sql/README.MySQL to discover how to create the MySQL database that will be used.
If you are using local users (rather than Active Directory or some other authentication system) then look in /opt/zendto/bin for the commands to run to manage your users (such as "adduser.php" to add a new user and "listusers.php" to list your users).