Skip to content

Installation procedures

Geneviève edited this page Sep 11, 2013 · 17 revisions

Installation files you will need to download

How to install each of the files needed

  • Add the following environment variable. If "path" already exists, simply add your repertory at the end of the one that's already set up by separating them with a semi-colon ;.

PATH : C:\php

  • Install WAMP on your computer. In this example, it is installed in "C:\wamp".

  • Open the php.ini file in C:\wamp\bin\php\php5.4.3\php.ini and edit the following value:

    allow_url_include = On

  • Finally, since our code is UN-performant, you will need to extend the timeout setting so you can see the result of your query on our web site before wamp times out. In your Wamp menu, click the PHP sub-menu, and open the php.ini file. Change the max_execution_time value to 30000, or anything over 1800.

Test page to have fun

You can use the file testPage.php at the root of the project to test text comparisons made with Google-Diff. Simply modify the values of $oldtext and $newtext to see what edits the code has detected.

References