Updated versions.

joligario 2014-09-14 18:01:44 -07:00
parent 2d033c285b
commit 3bf23dd564

@ -1,19 +1,19 @@
XAMPP is an all-in-one package with many programs. The important ones are MySQL, Apache, PHP, and Perl.
***
**Home Page:** [XAMPP for Windows] (http://www.apachefriends.org/en/xampp-windows.html)
**Current Version (WinXP & 2K3):** [1.82-5] (http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/1.8.2/xampp-win32-1.8.2-5-VC9-installer.exe)
**Current Version (WinVista+ & 2008+):** [1.83-4](http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/1.8.3/xampp-win32-1.8.3-4-VC11-installer.exe)
**Note:** If you are compiling a 32-bit server, you must use Perl 5.12. XAMPP comes with 5.16, so you will need to replace that component with the [appropriate version] (ActivePerl-5.12).
***
1. Select the appropriate installer package for your system. It is recommended to install in your root directory (i.e. c:\xampp) to alleviate problems with permissions and folders with spaces in the name.
2. Install the program with the following at a minimum: MySQL, Apache, PHP, and Perl.
3. Start Apache and MySQL.
4. Open http://localhost and establish the appropriate security for your configuration.
XAMPP is an all-in-one package with many programs. The important ones are MySQL, Apache, PHP, and Perl.
***
**Home Page:** [XAMPP for Windows] (http://www.apachefriends.org/en/xampp-windows.html)
**Current Version (WinXP & 2K3):** [1.82-6] (http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/1.8.2/xampp-win32-1.8.2-6-VC9-installer.exe)
**Current Version (WinVista+ & 2008+):** [1.83-5](http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/1.8.3/xampp-win32-1.8.3-5-VC11-installer.exe)
**Note:** If you are compiling a 32-bit server, you must use Perl 5.12. XAMPP comes with 5.16, so you will need to replace that component with the [appropriate version] (ActivePerl-5.12).
***
1. Select the appropriate installer package for your system. It is recommended to install in your root directory (i.e. c:\xampp) to alleviate problems with permissions and folders with spaces in the name.
2. Install the program with the following at a minimum: MySQL, Apache, PHP, and Perl.
3. Start Apache and MySQL.
4. Open http://localhost and establish the appropriate security for your configuration.
5. Open http://localhost/phpmyadmin and create the `peq` and `peq_qs` databases. Also, you should create a user/password specifically for your peq databases. Don't forget to GRANT the appropriate permissions!