Skip to content

Commit

Permalink
Add checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 17, 2024
1 parent 398f6d3 commit 073aa22
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/administrating-xacml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/application-mashups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/context-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down
1 change: 1 addition & 0 deletions docs/crud-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/custom-iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/edge-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/entity-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/historic-context-flume.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/identity-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/iot-agent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/iot-over-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/iot-sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down
1 change: 1 addition & 0 deletions docs/ld-subscriptions-registrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/media-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/open-id-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/pep-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/securing-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down
1 change: 1 addition & 0 deletions docs/time-series-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/xacml-access-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 073aa22

Please sign in to comment.