|
It really depends on the application. Normally you can install an application
on a second server, copy over the configuration files and make any needed updates,
copy over the data files, then start the application. If you have a database to
store data it becomes a bit more complex, since you're not just copying files.
You might want to create a second VM and test copying the application from
one VM to another. If you can make it work on the second VM, you should be
able to copy it to the cloud.
|