views:

145

answers:

2

Hi,

I'm developing a project, and I'm debating if I should get plain old regular hosting, or something more expensive, like VPS. Here are my needs:

  • Zend Framework
  • Sphinx Search
  • jQuery
  • ImageMagick/GraphicsMagick/GD
  • PHP 5 + MySQL

At what point do I need VPS? I'd rather obviously to pick the cheapest option..

Thanks.

+1  A: 

For development, Slicehost gives you the best bang for your buck, so to speak.

http://www.slicehost.com/

They allow root access to the server.

If you are comfortable with the command line, this is the best route to go given your requirements.

We've been using them for a while now without any complaints.

Tom
Beat me to the punch :)
Ian Selby
Next Question: "How To Get Comfortable With The Command Line"
Chacha102
Depends on your style of learning:A good linux book might help but I tend to look towards the internwebs for tutorials. Free is my kind of price ;-)Slicehost has a good starting point which will really help out:http://articles.slicehost.com/sitemap
Tom
+2  A: 

Honestly, the best kind of hosting is always the one that gives you the most flexibility. However, the right answer also depends on how comfortable you are with server configuration / the command line.

If you don't have any problems setting things up for yourself, slicehost and rackspace cloudservers are both great, low-cost cloud-based hosting solutions (www.slicehost.com and www.rackspacecloud.com). Given that you want Sphinx and ImageMagick, I would think this may be the best route for you to go, as I don't know of many (if any) shared hosting providers that will have Sphinx available for you. I've used both of the suggested providers and have been quite satisfied with them... it's the best of both worlds: VPS (technically that's all they are despite the cloud aspect) and cheap :)

Only drawback, as I mentioned, is that you're responsible for setting everything up (PHP, Apache, MySQL, etc.)... Slicehost has great docs that walk you through doing so, however, so it's not necessarily a terrible thing.

Ian Selby
Very much agreed.
Tom