Topic: Installing PUNBB locally on Windows XP

Hi

I'm a newbie to all this so my apologies if the answer is somewhere in the forum.

On my local PC I have installed WAMP (Windows, Apache, MySQL, PHP) http://www.e-novative.info/software/wamp.php .

Thus far:

I can see the following shortcuts on my desktop:
WAMP Control Center
Target: C:\WINDOWS\system32\cmd.exe /c start http://LAPTOP/wamp
Start in: "C:\Program Files\e-novative\WAMP\controlcenter"
and
WAMP Web Documents
Target: "C:\Program Files\e-novative\WAMP\www"
Start in: "C:\Program Files\e-novative\WAMP\controlcenter"

I now want to install PUNBB

The PUNBB Installation instructions state:

   1. Copy/upload all contents of the directory upload/ into the directory where you want to run your forums.
   2. Run install.php from the forum root directory (e.g. open http://mydomain/myforums/install.php in your browser). Follow the instructions.

How do I do this please?

TVM in advance

Mike

Re: Installing PUNBB locally on Windows XP

My guess would be that the root of your server is C:\Program Files\e-novative\WAMP\www, so upload the forum files either directly to there or put them in the folder. Then navigate to the path in your browser.

Re: Installing PUNBB locally on Windows XP

OK I have copied content of upload/ to C:\Program Files\e-novative\WAMP\www
but how do I now navigate to the install.php file in that www folder?
i.e. What is the URL for my browser?

4

Re: Installing PUNBB locally on Windows XP

http://localhost/upload/ ?

Re: Installing PUNBB locally on Windows XP

what i did was make one that uses mysql.

http://modelcrowd.com/portable_punbb.zip this is what i made.. i designed it to work on a usb stick but it should work on a HD.
just unzip and run the autorun.. that it....
if the page loads with an error .. just close it and give it a few sec and then go to http://localhost...
it needs time to load the system with sql php and other stuff.... a fully functional webserver..
Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Installing PUNBB locally on Windows XP

Thanks to all for you help.

I now have a PUNBB forum running successfully on my laptop under WAMP.

Mike