https://github.com/devinrsmith/deephaven-server-customization
https://github.com/devinrsmith/deephaven-server-customization
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-server-customization
- Owner: devinrsmith
- Created: 2023-05-26T23:38:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T01:40:36.000Z (3 months ago)
- Last Synced: 2026-03-03T05:21:28.868Z (3 months ago)
- Language: Java
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-server-customization
This is a work-in-progress that shows how one may customize the [Deephaven Server](https://github.com/deephaven/deephaven-core).
It is aimed at enterprises and advanced users who are familiar with Java.
## Local development
```shell
./gradlew server:run -Pgroovy
```
## Build
```shell
./gradlew server:build
```
This produces `server/build/distributions/server.tar` / `server/build/distributions/server.zip`.