Forum archive
Multiple Joomla and Wordpress sites on an internal development VM
I am brand spanking new to Turnkey and did not do the install myself. Been pressing my IT dept for months to have a local test/build site for the company website, as well as several other sites. I finally got a VM with Turnkey Linux installed and have been left to my own devices. I am not a Developer, or a System Admin, I am just a Web Designer. I am used to working with cPanel to deploy sites on externally hosted servers.
Ok, now that I have that out of the way, what do I need to do in order to get my site up and running on this VM? I would love to be able to load my Akeeba backup file and kickstart.php via FTP/SFTP and just run it, but something tells me it won't work that way. It looks like I have to install the Turnkey Joomla Appliance in order to run Joomla in Turnkey? Can I install Joomla into the Turnkey instance that is currently running? I have another Joomla site I want to bring over as well as two Wordpress sites as well. Can I have them all hosted on one Turnkey VM?
I apologize if all of this is very remedial, but we are terribly shortstaffed in our IT dept and it's taken months just to get the spot on the network to put my stuff. My requirements are low priority for them. If I can resolve this on my own and not wait for them to get around to it, all the better for me.
Thanks in advance for any help.
I would suggest that the easiest way to go would be to have an indivdual TKL VM for each site, but you can theoretically have them all in one.
You will need to install and configure it all yourself though. From my reading WordPress is pretty easy and I don't think Joomla would be too hard either.
If you go this way I think the TKL LAMP appliance would be your best option!? Intall the instances of the software you want to sub folders of the doc root (/var/www) so you get /var/www/joomla1, /var/www/joomla2, /var/www/wordpress1, etc. I would also give them each their own MySQL DB.
Once you have that done then the sites should be available via http://<hostname or IP>/joomla1/ etc...