Forum archive
Development server to the cloud with TKL
I have a server at home and would like to use it as a development server, and then would then like to push my server contents to the cloud. Is this possible with TKL? Would you be so kind to explain how to install from start to finish TKL on my new home server?
Thanks in advance!
Because unless its a really old/low spec machine (or you plan on running something pretty intensive such as Zimbra) then its such a waste of hardware. My favourite right now is Proxmox. ProxmoxVE is a Debian based hypervisor OS which supports both OVZ and KVM virtualisation technologies with a WebUI so is ideal for running headless. There are plenty of other options about though and there is even a TKL VirtualBox prototype appliance (and/or TKLPatch) that has been developed by Rik (and his students AFAIK). As PVE requires hardware support, Rik's VBox appliance is the way to go if it's an older machine or a low power chip (such as an Atom).
Another angle is that if you only plan on using it for development, you probably don't even need to run it on it's own machine, why not just use VirtualBox (or similar) on your workhourse (be it a laptop or desktop)?
As for your questions about pushing to the cloud, depends on exactly what you mean by that. If you mean running a local (development) instance and a production instance running on Amazon then TKLBAM may be the go. If you are talking about a hosted service then it depends how much control you have. If it's a (non-TKL) VPS then providing you can have a very similar (if not identical) setup on the VPS (eg Ubuntu 10.04) then rsync (or similar) is probably your best bet.
As for specific install info, you should find most of that in the TKL docs, or specific issue may be found with forum searches (top-right corner).