https://github.com/devinrsmith/deephaven-server-customization
https://github.com/devinrsmith/deephaven-server-customization
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-server-customization
- Owner: devinrsmith
- Created: 2023-05-26T23:38:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:43:34.000Z (3 months ago)
- Last Synced: 2025-03-14T15:44:27.002Z (3 months ago)
- Language: Java
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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`.