Open fprimex opened 11 years ago
Also needed to gem install: tzinfo, fastercsv, sinatra
After that kibana started fine. I was thinking this was a monolithic package that was being built, so that's my mistake. Since a deb is getting made, though, maybe it could be created to depend on gem packages if they exist. It looks like there are ruby-sinatra, libtzinfo-ruby, and ruby-daemons packages, but no fastercsv.
After running build and installing kibana from deb, upon starting it I received this error:
I corrected the problem by running
gem install daemons
. Should this be required?