How do I make some server program run locally (on my pc)

Joined
5 Nov 2004
Posts
9,302
Im using something called slideshowpro director and I do have it installed on my server but how do I go about setting it up on my computer?

It requires these things

Server Requirements

* PHP (4.3.2+, safe mode must be disabled)
* MySQL (3.23.23+)
* Linux/Unix server running Apache 1.3+
- or -
Windows server running IIS 5.0+ or Apache 1.3+


So anyone know how I can make it run locally?
 
Last edited:
If you have xp pro you can install IIS via the control panel -> add and remove programs -> add / remove windows components.

Php can be downloaded from www.php.net ensure you download php 4.4.x as this has an auto script map for IIS.

MySql can be downloaded from www.mysql.com

Hope that helps.
Jon
 
Fstop11 said:
"I have a folder with all the stuff in. I only need something that will allow me to login to the index.php page."

I'l give the link posted above a try...

Ive not no idea what im suppose to be doing with this app?

Simply follow the instructions.
http://www.devside.net/download/wd-guide/
It will install Apache2 webserver onto your PC along with PHP and Mysql.
You'll end up with a webserver.
 
Try that or google Xampp - similar thing, will auto install apache, php and mysql (amongst other things)
 
Back
Top Bottom