I wondering if anyone has tried a pure cloud based development setup, and if so how?
Background:
I'm going traveling for about six weeks in Costa Rica, my wife has already forbidden the laptop. I'm worried about being able to provide support to some of the projects I currently have going. While I won't have access to my laptop, I will have access to internet cafes, but the likely hood of being allowed to download source code, let alone install any of my normal development tools is doubtful. I will however have access to a web browser.
My initial thoughts through googling is getting a slice on slicehost. This way I would have a 'machine' complete with ajax console access.
Then using something like Bespin to act as a web based editor.
Combined with some Capistrano recipies and my github account. I think it just might work for my RAILS and PHP projects.
Anyone else tried something like this?
Any thoughst / opinions would be greatly appreciated.