Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gazfocus

macrumors 68000
Original poster
Jan 3, 2008
1,650
0
Liverpool, UK
I am currently restricted to using Windows for doing my web design when using PHP and MySQL.

The reason for this is that I use a program called Server2Go which is an application which allows me to open PHP files and create MySQL databases on my pc rather than having to upload the files to my web space all the time. (the URL for the software is here).

I was just wondering if there is anything similar available for OSX? Server2Go are in beta stages of a Mac version but at the moment you have to pay for the beta version.

I don't mind paying for software but obviously would rather pay for a full working version if I had to.
 
The reason for this is that I use a program called Server2Go which is an application which allows me to open PHP files and create MySQL databases on my pc rather than having to upload the files to my web space all the time.

OS X is Unix. You've been able to do this since 2000! No need for special software.

The easiest way is probably to just use Macports.

Personally, I do MySQL through a package (easy - reliable)
Apache 2 thru Macports (easy & up to date enough)
PHP5 thru source (fairly easy, reliable and can get latest version instantly)
 
My 'ServerToGo' is a Debian virtual machine.

Personally, I don't like to have database/web servers running on the same machine that I'm coding on. The separation allows me that ability to trash my setup without having any impact on the machine on which I code. Also, VMware provides a nice snapshot facility, so if do bork my installation by accident, I can quickly revert it back to a working state.
 
My 'ServerToGo' is a Debian virtual machine.

Personally, I don't like to have database/web servers running on the same machine that I'm coding on. The separation allows me that ability to trash my setup without having any impact on the machine on which I code. Also, VMware provides a nice snapshot facility, so if do bork my installation by accident, I can quickly revert it back to a working state.

Thanks for this. Although I think you may have misunderstood. The php/databases I create are uploaded to a web host but I like to be able to see if something works (such as a login page) before I upload to the server. This is where Server2Go comes in use.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.