Hi All,
I have a working Graylog-cli-project and want to build a .deb file as an output.
I found the following posts such as How to build .deb file which has my changes and https://github.com/Graylog2/fpm-recipes
However, this second method looks like it will build from official sources only.
I have a tar.gz Graylog3 beta file as an output of the build process in the target directory within the graylog-project directory.
I could possibly build a deb file from that or alternatively would it not be possible to specify in the pom.xml within the graylog project folder to get maven to build the .deb file via the maven deb plugin?
Is there a option to install from the Graylog3 tar file within a ubuntu server for example without building the .deb file?
The main goal is to run my newly compiled graylog3 within a ubuntu virtual machine for testing of new features within our dev environment.
Cheers
Jake