Skip to content

Commit

Permalink
renamed to notification-server-example and iot example, moved to inst…
Browse files Browse the repository at this point in the history
…allation section
  • Loading branch information
Max McKelvey authored and Max McKelvey committed Aug 4, 2023
1 parent aad10d1 commit 175b84f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand All @@ -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)
Original file line number Diff line number Diff line change
@@ -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/.

Expand Down

0 comments on commit 175b84f

Please sign in to comment.