@@ -49,7 +49,8 @@ To install Docker CE, please refer to `Install Docker CE`_, required version > 1
4949
5050
5151.. important ::
52- **please also allow your user to execute the Docker Command without Sudo `Docker Post-Install`_ **
52+
53+ Please also allow your user to execute the Docker Command without Sudo `Docker Post-Install `_
5354
5455
5556
@@ -76,7 +77,7 @@ Download the docker-compose file and the configuration files as below.
7677 wget https://raw.githubusercontent.com/smartfog/fogflow/refs/heads/development/release/latest/cloud/docker-compose.yml
7778
7879 # the template of the configuration file used by all FogFlow components
79- wget https://github. com/smartfog/fogflow/blob /development/release/latest/cloud/config-template.json
80+ wget https://raw.githubusercontent. com/smartfog/fogflow/refs/heads /development/release/latest/cloud/config-template.json
8081
8182 # the configuration file for ngsix server
8283 wget https://raw.githubusercontent.com/smartfog/fogflow/refs/heads/development/release/latest/cloud/nginx.conf
@@ -244,13 +245,13 @@ There are two ways to check if the FogFlow cloud node is started correctly:
244245
245246 .. important ::
246247
247- if you see any container is missing, you can run "docker ps -a" to check if any FogFlow component is terminated with some
248+ If you see any container missing, you can run "docker ps -a" to check if any FogFlow component is terminated with some
248249 problem. If there is, you can further check its output log by running "docker logs [container ID]"
249250
250251
251252- Check the system status from the FogFlow DashBoard
252253
253- You can open the FogFlow dashboard in your web browser to see the current system status via the URL: http://<my_hostip>/index.html
254+ You can open the FogFlow dashboard in your web browser to see the current system status via the URL: ` http://<my_hostip>/index.html `
254255
255256
256257.. important ::
@@ -366,6 +367,8 @@ Let's first connect FogFlow to get the data from a NGSI-LD context broker. The i
366367In order to do so, send the following request:
367368
368369.. code-block :: console
370+
371+
369372 curl --silent --output /dev/null --location "http://<SCORPIO_HOST>:9090/ngsi-ld/v1/subscriptions" \
370373 --header 'Content-Type: application/ld+json' \
371374 --data-raw '{
@@ -392,6 +395,8 @@ In order to connect FogFlow to forward data to the NGSI-LD context broker, we ne
392395with a request that looks like the following (note that to set the destination as NGSI-LD we use a header):
393396
394397.. code-block :: console
398+
399+
395400 curl --location 'http://<FOGFLOW_BROKER>:8070/ngsi10/subscribeContext' \
396401 --header 'Destination: NGSI-LD' \
397402 --header 'Fiware-Correlator: http://<SCORPIO_HOST>:9090/' \
0 commit comments