Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touk/nussknacker-installation-example
Example, docker-based installation of Nu (https://github.com/TouK/nussknacker) and its dependencies.
https://github.com/touk/nussknacker-installation-example
Last synced: 8 days ago
JSON representation
Example, docker-based installation of Nu (https://github.com/TouK/nussknacker) and its dependencies.
- Host: GitHub
- URL: https://github.com/touk/nussknacker-installation-example
- Owner: TouK
- Created: 2024-06-05T08:00:49.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T12:33:43.000Z (3 months ago)
- Last Synced: 2024-08-08T14:51:23.469Z (3 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nu installation example
## Requirements:
* Docker (Engine `24.x.x` or newer)
## Running:
```bash
./start.sh
```## Accessing:
- Nu Designer: http://localhost:8080
- Flink console: http://localhost:8080/flink
- AKHQ console: http://localhost:8080/akhq## Cleaning up:
```bash
./stop-and-clean.sh
```