I'm writing a web app and would like to use a Rackspace managed solution. My app works on my local computer but I'd like to move it over to the managed cloud environment with Rackspace.

I'm just wondering what's in the middle that I need to learn how to do? Any good resources on that?

link|improve this question
on what technology/language to make your application? – alvosu Feb 2 '11 at 21:43
It's written in PHP/MYSQL... – WillB. Feb 2 '11 at 21:57
Exactly which Rackspace product are you looking at? – Antonius Bloch Feb 2 '11 at 22:13
feedback

2 Answers

if it's all on the same server things like 'localhost' would make this easy to work with. if you have references to machine names or ips in connection strings that you might have to change/

link|improve this answer
Also I would try to use hostnames over IP addresses. If you change IPs then you can just update the hosts file or DNS records. – Antonius Bloch Feb 2 '11 at 23:53
feedback

If you aren't very far into development I would just do your development on Rackspace. No surprises. But if you can't / don't want to I suggest just setting up the exact same OS version. Rackspace uses a custom kernel, but I think that should be enough to cover any nasty surprises.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.