From 175b84f843d61580b60ceea52fafbbfcf188dc83 Mon Sep 17 00:00:00 2001 From: Max McKelvey Date: Fri, 4 Aug 2023 15:05:27 -0700 Subject: [PATCH] renamed to notification-server-example and iot example, moved to installation section --- .../8-notification-server-example.md} | 10 +++++----- .../9-nocode-iot-deployment.md} | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename docs/docs/{getting-started/6-detector-builder-app.md => installation/8-notification-server-example.md} (72%) rename docs/docs/{getting-started/5-nocode-esp32-deployment.md => installation/9-nocode-iot-deployment.md} (98%) diff --git a/docs/docs/getting-started/6-detector-builder-app.md b/docs/docs/installation/8-notification-server-example.md similarity index 72% rename from docs/docs/getting-started/6-detector-builder-app.md rename to docs/docs/installation/8-notification-server-example.md index 839a67c6..37df502d 100644 --- a/docs/docs/getting-started/6-detector-builder-app.md +++ b/docs/docs/installation/8-notification-server-example.md @@ -1,6 +1,6 @@ -# Detector Builder App +# Notification Server Example -This is the easiest way to deploy your Groundlight detector on your computer, Raspberry Pi, or any other device that supports Docker. This method does not require any coding, and configuration is done through a web interface. +This is the easiest way to deploy your Groundlight detectors on a linux computer. All configuration is done through a web user interface, and no code development is required. ## Prerequisites @@ -18,13 +18,13 @@ This is the easiest way to deploy your Groundlight detector on your computer, Ra ```yaml services: frontend: - image: docker.io/maxatgroundlight/detector-builder-frontend:latest + image: docker.io/groundlight/notification-server-example-frontend:latest ports: - "3000:3000" depends_on: - backend backend: - image: docker.io/maxatgroundlight/detector-builder-backend:latest + image: docker.io/groundlight/notification-server-example-backend:latest ports: - "8000:8000" devices: @@ -45,4 +45,4 @@ docker-compose up 4. If installed locally, open http://localhost:3000 in your browser. If installed on a remote device, replace `localhost` with the IP address of your device. You should see the following page: -![Screenshot of the Groundlight Edge Client](/img/docker-img-frontpage.png) +![Screenshot of the Groundlight Notification Server Example](/img/docker-img-frontpage.png) diff --git a/docs/docs/getting-started/5-nocode-esp32-deployment.md b/docs/docs/installation/9-nocode-iot-deployment.md similarity index 98% rename from docs/docs/getting-started/5-nocode-esp32-deployment.md rename to docs/docs/installation/9-nocode-iot-deployment.md index df552f5d..ddea7658 100644 --- a/docs/docs/getting-started/5-nocode-esp32-deployment.md +++ b/docs/docs/installation/9-nocode-iot-deployment.md @@ -1,4 +1,4 @@ -# No-Code ESP32 Deployment +# No-Code IoT Deployment We built a tool for deploying your Groundlight detector on any supported ESP32 Camera Board without writing any code. This tool is available at https://code.groundlight.ai/groundlight-embedded-uploader/.