scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 54 forks source link

install.sh: add dependency check and postinst script for manual install #96

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

To install scylla-jmx using install.sh easily, we need:

But we don't want to run them when we build .rpm/.deb package, we also need to add --packaging option to skip them.

See scylladb/scylla#5830

syuu1228 commented 4 years ago

@avikivity this is scylla-jmx part of merged PR scylladb/scylla#5873 pending for few months, please review