[Phpmylibrary-users] Install "For Dummies" Windows 2000 instructions
Status: Beta
Brought to you by:
polerio
From: Cam H. <ha...@hb...> - 2003-02-27 22:58:19
|
After 5 hours, I finally figured out how to get phpMyLibrary to work and here's some of my lessons learned. To make it work you need to download 4 zip files from 4 different sites: (All Totally Free!! :)) Files to download Website to download from Software Purpose Apache 2.0.42 http://www.apache.org to run Web Server MySQL 3.23.39 http://www.mysql.com to store data in database PHP 4.2.3 http://www.php.net to run Web Application phpMyAdmin 2.2.7-pl1 http://phpmyadmin.sourceforge.net to edit database After installing all those four, if you didn't install it in the default c:\ location, you have edit the following configuration files to reflect the location. (Installing the 4 different software programs was a challenge in itself). Follow the documentation to install it and it should work. I also had the problem with the login screen just showing and nothing else. Basically, you need to edit the c:\winnt\php.ini and make sure that is correct like Walt suggested. Email me and I'd be happy to give installation pointers on Windows 2000 platform. |