I'm running ISPConfig Version: 3.0.5.2 on Ubuntu server. I would like to know is there a way when I setup a site it will copy Joomla from a temp directory to the newly create site as the default site. Then when I go to the domain in my browser it will start the normal Joomla setup.
It should be possible, but you'd have to write your own ISPConfig server plugin for this. It could then listen to the web_domain_insert event like the apache2 plugin does (server/plugins-available/apache2_plugin.inc.php).
I would love to see this plugin. APS installer is ok but it lacks version control and we would like to have our own repository.