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
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Assignee | Ari Okkonen [ ariokkon ] |
Status | Open [ 1 ] | Answered [ 10104 ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Done [ 10000 ] |
Fix Version/s | Sprint 4.1.2 [ 10738 ] |
Summary | [Fiware-tech-help] [WebUI] [POI] Typo in Installing POI Data Provider section of installation guide | FIWARE.Request.Lab.WebUI.POIDataProvider.Typo_in_Installing_POI_Data_Provider_section_of_installation_guide |
Summary | FIWARE.Request.Lab.WebUI.POIDataProvider.Typo_in_Installing_POI_Data_Provider_section_of_installation_guide | FIWARE.Request.Tech.WebUI.POIDataProvider.Typo_in_Installing_POI_Data_Provider_section_of_installation_guide |
Workflow | FW eRequest Workflow [ 18516 ] | FW extRequest Workflow-II [ 40738 ] |
Status | Done [ 10000 ] | Closed [ 6 ] |
Issue Type | eRequest [ 10101 ] | extRequest [ 10104 ] |
FI-WARE Environment | FI-LAB [ 10100 ] |
HD-Enabler | POI Provider [ 10898 ] | |
HD-Chapter | WebUI [ 10842 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
22h 32m | 1 | Ari Okkonen | 05/Nov/14 12:58 PM | |||||
|
25m 38s | 1 | Ari Okkonen | 05/Nov/14 1:24 PM | |||||
|
432d 19h 44m | 1 | Manuel Escriche | 12/Jan/16 9:08 AM |
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].
—