Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better install documentation for packing? #99

Open
burtonator opened this issue Jan 22, 2016 · 3 comments
Open

Better install documentation for packing? #99

burtonator opened this issue Jan 22, 2016 · 3 comments

Comments

@burtonator
Copy link

We have a separate project for kibana debian packages:

https://github.com/spinn3r/kibana-4-deb

would be nice to bundle sense with it ... is there any documentation on how to bundle it?

@spalger
Copy link
Contributor

spalger commented Jan 30, 2016

grunt build should be all you need to generate an archive to install into kibana. Just make sure to run npm install first to install all dependencies.

@burtonator
Copy link
Author

Right but what I'm saying is that dpkg is its own package manager so I guess what you're saying is that I should embed the grunt package inside the debian package and then have debian install it via npm install?

@spalger
Copy link
Contributor

spalger commented Jan 30, 2016

Hmm, not sure how dpkg works or how it would interact, but I imagine that just like Kibana you would want to install a version of sense that had all of its node_modules bundled inside. This is what grunt build would generate for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants