Page 1 of 1

Setting up testing server

Posted: Sat Apr 23, 2005 4:06 pm
by LudoC
Hi guys

I am kinda new to all this server side script and things.. I wonder how could I set up myself a home server for testing my scripts on without having to put them on the real server via ftp.. wich is a pain in the arse with 56K :P anyways, someone could help me ? What do I need.. do I need an ultra super performance PC with 10 gb ram and double xeon or just a plain nice and cool P3 could do the job well.. It's only light script like jpeg hanldling.. hm.. email sending, very little calculations.. etc! So.. help me up guys please !!

Sory 4 the bad english !!

Posted: Sat Apr 23, 2005 5:01 pm
by John Cartwright
http://hotscripts.com/PHP/Software_and_ ... index.html

Check out one of their many apache + php + other module bundles.

Posted: Sat Apr 23, 2005 5:18 pm
by Vicious

Posted: Sat Apr 23, 2005 9:10 pm
by Trenchant
something I would suggest is this program: AppServ. You simply install it and then your computer is basically a workstation/server. This can be cahnged and people here can help you adjust that its very simple.

Anyway it installs several programs all in one go. One is Apache so you can type localhost in internet explorer and you can see your test server. The other things are PHP and mysql.

The program is very simple and it automatically gives itself a basic configuration so it pretty much works out of the box without any extra configuration.

IT IS FREE!!! Thought I would add that since its always great to find out :p

Heres the site.
http://www.appservnetwork.com/

Posted: Sat Apr 23, 2005 10:21 pm
by Ambush Commander
Or... Install it yourself! At some point, you're probably going to want to do that. Offers the most flexibility.

It can be a pain getting it to work the first time, though, so the bundled installation kits are good for first-timers. It took me forever to get MySQL working on my computer.

Make sure that if this is only a testing server you have a router or firewall blocking incoming port 80 connections. :)

Posted: Mon Apr 25, 2005 4:31 pm
by McGruff
I usehttp://www.easyphp.org/ on Windows. Easy to install.

At some point you will need to mess around with linux since that's the most common web-serving environment. Mandrake is a good option if you haven't used linux before.