cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Support for Rpm Build Config #29

Open gpatwa opened 10 years ago

gpatwa commented 10 years ago

It would be great help, if we could add rpm build setup in this project, so who ever need it they can build rpm for kafka web console app

sbt rpm:packageBin

http://www.scala-sbt.org/sbt-native-packager/ https://github.com/sbt/sbt-native-packager

gpatwa commented 10 years ago

Here is patch to build rpm for centos. I have tested this on my local Centos 5.8 VM

Readme: Need to install rpmbuild using this command "yum install rpm-build"

Mailing list discussion https://github.com/sbt/sbt-native-packager/issues/309

https://drive.google.com/file/d/0B4de6RKTqWOOU3RHR3I5WmNUTms/edit?usp=sharing