diff --git a/hello-world-python/README.md b/hello-world-python/README.md index 151c51b..0807bf3 100755 --- a/hello-world-python/README.md +++ b/hello-world-python/README.md @@ -73,6 +73,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the image +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh diff --git a/minimal-ml-inference/README.md b/minimal-ml-inference/README.md index 8a1a7ab..6af5697 100755 --- a/minimal-ml-inference/README.md +++ b/minimal-ml-inference/README.md @@ -107,6 +107,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the images +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh diff --git a/object-detector-python/README.md b/object-detector-python/README.md index 1708024..c024bf2 100755 --- a/object-detector-python/README.md +++ b/object-detector-python/README.md @@ -111,6 +111,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the images +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh diff --git a/opencv-qr-decoder-python/README.md b/opencv-qr-decoder-python/README.md index e5a3d66..b7539d0 100644 --- a/opencv-qr-decoder-python/README.md +++ b/opencv-qr-decoder-python/README.md @@ -75,6 +75,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the image +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh diff --git a/parameter-api-python/README.md b/parameter-api-python/README.md index d0ae995..e78db7c 100644 --- a/parameter-api-python/README.md +++ b/parameter-api-python/README.md @@ -123,6 +123,10 @@ where `` is the password to the `root` user. Finally install the Docker image to the device: +Navigate to the application page of the Axis device `http:///index.html#apps` +and enable `Allow unsigned apps` toggle. This will allow the installation of unsigned +applications. Use the following command to proceed with the application installation. + ```sh docker save $APP_NAME | docker --tlsverify --host tcp://$DEVICE_IP:$DOCKER_PORT load ``` diff --git a/pose-estimator-with-flask/README.md b/pose-estimator-with-flask/README.md index d27ecb9..078c759 100755 --- a/pose-estimator-with-flask/README.md +++ b/pose-estimator-with-flask/README.md @@ -121,6 +121,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the images +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh diff --git a/web-server/README.md b/web-server/README.md index d475c3a..df552b2 100644 --- a/web-server/README.md +++ b/web-server/README.md @@ -93,6 +93,14 @@ If you encounter any TLS related issues, please see the TLS setup chapter regard ### Install the image +Browse to the application page of the Axis device: + +```sh +http:///index.html#apps +``` + +Click on the tab `Apps` in the device GUI and enable `Allow unsigned apps` toggle. + 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: ```sh