https://github.com/computate-org/ngsild-smartvillage-sync
https://github.com/computate-org/ngsild-smartvillage-sync
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/ngsild-smartvillage-sync
- Owner: computate-org
- Created: 2023-05-15T15:47:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T05:24:57.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:32:49.115Z (over 1 year ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run the application as a Podman container
### Build the container with podman
```bash
cd ~/.local/src/ngsild-smartvillage-sync
podman build -t computateorg/ngsild-smartvillage-sync:latest .
```
### Push the container up to quay.io
```bash
podman login quay.io
podman push computateorg/ngsild-smartvillage-sync:latest quay.io/computateorg/ngsild-smartvillage-sync:latest
```
### Run the container for local development
```bash
podman run computateorg/ngsild-smartvillage-sync:latest
```