Save as Word Document | Find | English | Portugues(Brasil)

Installing XMLNuke
Installing XMLNuke PHP5 on Windows

Step-by-step tutorial on how to install XMLNuke PHP5 on Windows.

Table of contents
1. Installing XMLNuke CSharp on Windows
2. Installing XMLNuke PHP5 on Windows
3. Installing XLMNuke CSharp on Ubunto(Gutsy)/Debian/Linux

On this page
Installing XMLNuke PHP5 on Windows


Installing XMLNuke PHP5 on Windows

Before installing XMLNuke, you must have the following software:

  • Apache 2.2.x. Download here. Look for "Win32 Binary without crypto (no mod_ssl) (MSI Installer)". Perform standard installation.
  • PHP 5.x. Download here. Look for "PHP 5.x Installer".
  • MySQL (Optional)
  • Copy of XMLNuke.
Install the software in the order above. XMLNuke can be installed in any folder on the machine, but in order for it it work properly the steps below must be followed.

Installing Apache

Install Apache with all the standard configurations.

Installing PHP5

AAfter installing Apache, start the installation process for PHP5.

Select the default directory

Select the option Apache 2.2.x Module

Image

Indicate the path where Apache is located. If it was installed with the default configuration, the directory will be:

C:Program FilesApache Software FoundationApache2.2conf

Image

Make sure the extensions xsl and GD are selected for installation.

Other extensions may be added, including the PDO to access the database. However, do not install the domxml extension, otherwise the system will not work.

Image

Image

The installation will start after this step.

Installing MySQL

Download:

http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.45-win32.zip/from/pick#mirrors

Start the installation. Select "Typical Setup"

Image

The installation will happen normally.

Installing XMLNuke

Download and extract the files to any folder, for example: c:appsxmlnuke-php5

Open the file:

C:Program FilesApache Software FoundationApache2.2confhttpd.conf

And add the following lines

Modification to httpd.conf
Alias /xmlnuke-php5 "C:/apps/xmlnuke-php5"
<Directory "c:/apps/xmlnuke/xmlnuke-php5">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Open your browser to test it:

http://localhost/xmlnuke-php5

Previous
Installing XMLNuke CSharp on Windows
Next
Installing XLMNuke CSharp on Ubunto(Gutsy)/Debian/Linux