From 073aa22392fc921429ce1a2479c45f2ff28530cd Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 17 Jul 2024 14:49:20 +0200 Subject: [PATCH] Add checkout. --- docs/administrating-xacml.md | 1 + docs/application-mashups.md | 1 + docs/context-providers.md | 1 + docs/crud-operations.md | 1 + docs/custom-iot-agent.md | 1 + docs/edge-computing.md | 1 + docs/entity-relationships.md | 1 + docs/getting-started.md | 1 + docs/historic-context-flume.md | 1 + docs/identity-management.md | 1 + docs/iot-agent-json.md | 1 + docs/iot-agent.md | 1 + docs/iot-over-mqtt.md | 1 + docs/iot-sensors.md | 1 + docs/ld-subscriptions-registrations.md | 1 + docs/media-streams.md | 1 + docs/open-id-connect.md | 1 + docs/pep-proxy.md | 1 + docs/securing-access.md | 1 + docs/subscriptions.md | 1 + docs/time-series-data.md | 1 + docs/xacml-access-rules.md | 1 + 22 files changed, 22 insertions(+) diff --git a/docs/administrating-xacml.md b/docs/administrating-xacml.md index ee8faf1..579f809 100644 --- a/docs/administrating-xacml.md +++ b/docs/administrating-xacml.md @@ -163,6 +163,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Administrating-XACML.git cd tutorials.Administrating-XACML +git checkout NGSI-v2 ./services create ``` diff --git a/docs/application-mashups.md b/docs/application-mashups.md index 88aa495..8b27f75 100644 --- a/docs/application-mashups.md +++ b/docs/application-mashups.md @@ -181,6 +181,7 @@ To start the installation, do the following: ```bash git clone https://github.com/FIWARE/tutorials.Application-Mashup.git cd tutorials.Application-Mashup +git checkout NGSI-v2 ./services create ``` diff --git a/docs/context-providers.md b/docs/context-providers.md index 1277163..a85a667 100644 --- a/docs/context-providers.md +++ b/docs/context-providers.md @@ -185,6 +185,7 @@ clone the repository and create the necessary images by running the commands as #!/bin/bash git clone https://github.com/FIWARE/tutorials.Context-Providers.git cd tutorials.Context-Providers +git checkout NGSI-v2 ./services create; ./services start; ``` diff --git a/docs/crud-operations.md b/docs/crud-operations.md index d7fd57e..3426434 100644 --- a/docs/crud-operations.md +++ b/docs/crud-operations.md @@ -117,6 +117,7 @@ clone the repository and create the necessary images by running the commands as #!/bin/bash git clone https://github.com/FIWARE/tutorials.CRUD-Operations.git cd tutorials.CRUD-Operations +git checkout NGSI-v2 ./services start ``` diff --git a/docs/custom-iot-agent.md b/docs/custom-iot-agent.md index 2fa8b5f..22004f4 100644 --- a/docs/custom-iot-agent.md +++ b/docs/custom-iot-agent.md @@ -257,6 +257,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Custom-IoT-Agent.git cd tutorials.Custom-IoT-Agent +git checkout NGSI-v2 ./services create ``` diff --git a/docs/edge-computing.md b/docs/edge-computing.md index cc7db87..03768ec 100644 --- a/docs/edge-computing.md +++ b/docs/edge-computing.md @@ -56,6 +56,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Edge-Computing.git cd tutorials.Edge-Computing +git checkout NGSI-v2 ./services create ``` diff --git a/docs/entity-relationships.md b/docs/entity-relationships.md index 6b0ce91..0eaff68 100644 --- a/docs/entity-relationships.md +++ b/docs/entity-relationships.md @@ -125,6 +125,7 @@ the repository. Please clone the repository and create the necessary images by r #!/bin/bash git clone https://github.com/FIWARE/tutorials.Entity-Relationships.git cd tutorials.Entity-Relationships +git checkout NGSI-v2 ./services start ``` diff --git a/docs/getting-started.md b/docs/getting-started.md index d0328c3..ec07900 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -106,6 +106,7 @@ and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Getting-Started.git cd tutorials.Getting-Started +git checkout NGSI-v2 export $(cat .env | grep "#" -v) docker compose up -d diff --git a/docs/historic-context-flume.md b/docs/historic-context-flume.md index 8052d5a..7989ddc 100644 --- a/docs/historic-context-flume.md +++ b/docs/historic-context-flume.md @@ -129,6 +129,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Historic-Context-Flume.git cd tutorials.Historic-Context-Flume +git checkout NGSI-v2 ./services create ``` diff --git a/docs/identity-management.md b/docs/identity-management.md index 961d692..88321fa 100644 --- a/docs/identity-management.md +++ b/docs/identity-management.md @@ -219,6 +219,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Identity-Management.git cd tutorials.Identity-Management +git checkout NGSI-v2 ./services create ``` diff --git a/docs/iot-agent-json.md b/docs/iot-agent-json.md index 97b0803..fda80ef 100644 --- a/docs/iot-agent-json.md +++ b/docs/iot-agent-json.md @@ -299,6 +299,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git cd tutorials.IoT-Agent +git checkout NGSI-v2 ./services create ``` diff --git a/docs/iot-agent.md b/docs/iot-agent.md index e5b1e21..74ac5bb 100644 --- a/docs/iot-agent.md +++ b/docs/iot-agent.md @@ -293,6 +293,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.IoT-Agent.git cd tutorials.IoT-Agent +git checkout NGSI-v2 ./services create ``` diff --git a/docs/iot-over-mqtt.md b/docs/iot-over-mqtt.md index d313611..78849f3 100644 --- a/docs/iot-over-mqtt.md +++ b/docs/iot-over-mqtt.md @@ -266,6 +266,7 @@ repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.IoT-over-MQTT.git cd tutorials.IoT-over-MQTT +git checkout NGSI-v2 ./services create ``` diff --git a/docs/iot-sensors.md b/docs/iot-sensors.md index 1710e4d..e7ea31d 100644 --- a/docs/iot-sensors.md +++ b/docs/iot-sensors.md @@ -262,6 +262,7 @@ clone the repository and create the necessary images by running the commands as #!/bin/bash git clone https://github.com/FIWARE/tutorials.IoT-Sensors.git cd tutorials.IoT-Sensors +git checkout NGSI-v2 ./services create; ./services start; ``` diff --git a/docs/ld-subscriptions-registrations.md b/docs/ld-subscriptions-registrations.md index 2ab0ac1..3cb4b6a 100644 --- a/docs/ld-subscriptions-registrations.md +++ b/docs/ld-subscriptions-registrations.md @@ -113,6 +113,7 @@ within the repository. Please clone the repository and create the necessary imag #!/bin/bash git clone https://github.com/FIWARE/tutorials.LD-Subscriptions-Registrations.git cd tutorials.LD-Subscriptions-Registrations +git checkout NGSI-v2 ./services orion|scorpio|stellio ``` diff --git a/docs/media-streams.md b/docs/media-streams.md index cef36f4..fe7239c 100644 --- a/docs/media-streams.md +++ b/docs/media-streams.md @@ -144,6 +144,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Media-Streams.git cd tutorials.Media-Streams +git checkout NGSI-v2 git submodule update --init --recursive ./services create diff --git a/docs/open-id-connect.md b/docs/open-id-connect.md index b0e6fe8..c9b0f0c 100644 --- a/docs/open-id-connect.md +++ b/docs/open-id-connect.md @@ -188,6 +188,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Securing-Access-OpenID-Connect.git cd tutorials.Securing-Access-OpenID-Connect +git checkout NGSI-v2 ./services create ``` diff --git a/docs/pep-proxy.md b/docs/pep-proxy.md index f55898e..e841e43 100644 --- a/docs/pep-proxy.md +++ b/docs/pep-proxy.md @@ -132,6 +132,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.PEP-Proxy.git cd tutorials.PEP-Proxy +git checkout NGSI-v2 ./services create ``` diff --git a/docs/securing-access.md b/docs/securing-access.md index 867cea9..fac90e6 100644 --- a/docs/securing-access.md +++ b/docs/securing-access.md @@ -205,6 +205,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Securing-Access.git cd tutorials.Securing-Access +git checkout NGSI-v2 ./services create ``` diff --git a/docs/subscriptions.md b/docs/subscriptions.md index 4989a90..55460eb 100644 --- a/docs/subscriptions.md +++ b/docs/subscriptions.md @@ -116,6 +116,7 @@ clone the repository and create the necessary images by running the commands as #!/bin/bash git clone https://github.com/FIWARE/tutorials.Subscriptions.git cd tutorials.Subscriptions +git checkout NGSI-v2 ./services create; ./services start; ``` diff --git a/docs/time-series-data.md b/docs/time-series-data.md index aedcae2..a9fadac 100644 --- a/docs/time-series-data.md +++ b/docs/time-series-data.md @@ -150,6 +150,7 @@ the repository and create the necessary images by running the commands as shown: #!/bin/bash git clone https://github.com/FIWARE/tutorials.Time-Series-Data.git cd tutorials.Time-Series-Data +git checkout NGSI-v2 ./services create ``` diff --git a/docs/xacml-access-rules.md b/docs/xacml-access-rules.md index 14429df..98f8de6 100644 --- a/docs/xacml-access-rules.md +++ b/docs/xacml-access-rules.md @@ -375,6 +375,7 @@ To start the installation, do the following: #!/bin/bash git clone https://github.com/FIWARE/tutorials.XACML-Access-Rules.git cd tutorials.XACML-Access-Rules +git checkout NGSI-v2 ./services create ```