-3

I would like to solve all my problems with domain

  • place where I can store all my git repositories
  • place where I can deploy my Java, (python, php) applications
  • place where I have my jabber, mail, silc on my own domain

I don't have enough technical knowledge to run my own server, I would like to use somebody else solution but as cheap as possible. Is there cloud solution with these capabilities? Is there a trustful, cheap server provider? Or do you use many solutions like - gmail, github, aws/gae, etc?

1 Answers1

4

Finding everything you need in one place is fairly unlikely. I typically use Google Apps for email and docs (they also support jabber), then use other services like GitHub for Git hosting where needed. Deployment varies by project, but usually includes AppEngine, Heroku, SliceHost, or EC2.

I'd advise that you get familiar with a few services and try them out. If your experience is anything like mine, you will settle on services you like (and can afford).

TelegramSam
  • 2,770
  • 1
  • 17
  • 22
  • This is an excellent piece of advice. I'd throw in Rackspace Cloud products as a suggestion also. – gahooa Dec 10 '10 at 05:21