0

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?

WillB.
  • 1

2 Answers2

1

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/

Nick O'Neil
  • 1,771
  • 11
  • 10
  • 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 02 '11 at 23:53
0

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.

Antonius Bloch
  • 4,680
  • 6
  • 29
  • 41