Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.2
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
HD-Chapter:WebUI
-
HD-Enabler:POI Provider
Description
Responsible:Fiware ULPGC fiware@ulpgc.es
Tested GE(s):Synchronization GE
Description:
In the section Installing POI Data Provider from the Installation and
Administration guide a small typo was found. It is bolded in the following
quote from the guide:
“In order to install the JSON Schema for PHP implementation, follow
istructions available at [3]. After the library and the required
dependencies have been downloaded, copy the 'vendor' subdirectory under the
same directory where you place the POI-DP PHP implementation, e.g.
/var/www/poi_dp/”.
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
The section is rewritten as:
—
Installation of JSON Schema for PHP
$ wget http://getcomposer.org/composer.phar
$ php composer.phar require justinrainbow/json-schema:~1.3
$ cp -r vendor /var/www/poi_dp/
More information about the JSON Schema for PHP implementation can be found at [3].
—