Skip to content

Commit 53e6a76

Browse files
deepikas20johan-hultberg-work
authored andcommitted
Add instruction to enable Allow Unsigned toggle
1 parent 0ebdfeb commit 53e6a76

File tree

7 files changed

+52
-0
lines changed

7 files changed

+52
-0
lines changed

hello-world-python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
7373

7474
### Install the image
7575

76+
Browse to the application page of the Axis device:
77+
78+
```sh
79+
http://<AXIS_DEVICE_IP>/index.html#apps
80+
```
81+
82+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
83+
7684
Next, the built image needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
7785

7886
```sh

minimal-ml-inference/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
107107

108108
### Install the images
109109

110+
Browse to the application page of the Axis device:
111+
112+
```sh
113+
http://<AXIS_DEVICE_IP>/index.html#apps
114+
```
115+
116+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
117+
110118
Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
111119

112120
```sh

object-detector-python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
111111

112112
### Install the images
113113

114+
Browse to the application page of the Axis device:
115+
116+
```sh
117+
http://<AXIS_DEVICE_IP>/index.html#apps
118+
```
119+
120+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
121+
114122
Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
115123

116124
```sh

opencv-qr-decoder-python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
7575

7676
### Install the image
7777

78+
Browse to the application page of the Axis device:
79+
80+
```sh
81+
http://<AXIS_DEVICE_IP>/index.html#apps
82+
```
83+
84+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
85+
7886
Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
7987

8088
```sh

parameter-api-python/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ where `<password>` is the password to the `root` user.
123123

124124
Finally install the Docker image to the device:
125125

126+
Navigate to the application page of the Axis device `http://<AXIS_DEVICE_IP>/index.html#apps`
127+
and enable `Allow unsigned apps` toggle. This will allow the installation of unsigned
128+
applications. Use the following command to proceed with the application installation.
129+
126130
```sh
127131
docker save $APP_NAME | docker --tlsverify --host tcp://$DEVICE_IP:$DOCKER_PORT load
128132
```

pose-estimator-with-flask/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
121121

122122
### Install the images
123123

124+
Browse to the application page of the Axis device:
125+
126+
```sh
127+
http://<AXIS_DEVICE_IP>/index.html#apps
128+
```
129+
130+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
131+
124132
Next, the built images needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
125133

126134
```sh

web-server/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard
9393

9494
### Install the image
9595

96+
Browse to the application page of the Axis device:
97+
98+
```sh
99+
http://<AXIS_DEVICE_IP>/index.html#apps
100+
```
101+
102+
Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle.
103+
96104
Next, the built image needs to be uploaded to the device. This can be done through a registry or directly. In this case, the direct transfer is used by piping the compressed application directly to the device's Docker client:
97105

98106
```sh

0 commit comments

Comments
 (0)