PDA

View Full Version : Server Program



PyroTeknik
02-24-2004, 04:18 PM
Is there a way i can run a server off my computer for just my personal uses? I mainly want to install a forum so i can do tests on my skinning procedures.... so id need mysql and php

*edit*
i tried foxserv but it was being evil... it fubared the admin panel

Peckers
02-25-2004, 04:52 AM
this I what I run:

Apache
http://apache.org/

PHP
http://www.php.net/

MySQL
http://www.mysql.com/

phpMyAdmin (for easy administration of MySQL)
http://www.phpmyadmin.net

PunBB (really fast discussion board without fancy features, phpBB is another good alternative)
http://www.punbb.org

shray
02-25-2004, 06:33 PM
Exactly What Peckers said, I also have run PHP/Mysql .. Theres a guide on google just for this type of thing which sets up the php/sql. :)