-
Notifications
You must be signed in to change notification settings - Fork 10
Installation procedures
Geneviève edited this page Sep 11, 2013
·
17 revisions
- [PHP5 .zip] (http://windows.php.net/download/#php-5.4)
- [wamp (any version)] (http://www.wampserver.com/)
- 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.
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.
- [wiki text analyzer project by the Yolo-Hipster team] (https://github.com/yolo-hipster/yolo-hipster) Thanks to Alexandre Poupart and Sophie Deziel