Closed jsmucr closed 3 years ago
I'm not sure what's going on here. It builds fine for me on Linux. I don't think it's been tested much on Windows, so it may be related to that.
It kind of looks like this old issue:
Try building it in an Ubuntu VM.
mvn compile
under WSL succeeded. mvn install
did not. However now I'm struggling with the graylog-project
command (graylog-project run
particularly). Is there any manual for it? My attempts to run graylog-project run dev
fail with message
couldn't run script ./bin/dev.sh: fork/exec ./bin/dev.sh: no such file or directory
Do you have nodejs and yarn installed? It looks like it can't build forntend
@jsmucr Are you still having issues building Graylog? Looks like this ticket is getting old.
I think the only documentation on the run dev
command is in the inline help.
graylog-project-cli run help
It spins up a graylog dev server using docker-compose, along with mongodb and elasticsearch containers. I'm not sure why it wouldn't see the script. It's in the runner/bin/
directory.
Actually, I see the problem with run dev
. The scripts that the cli is trying to run are missing. @bernd Is it okay for me to add these? The cli can't call runner/bin/dev.sh
because it isn't there.
@juju2112 I think we can eventually add the runner/
folder to this project. Let's talk about it once you have time.
Closing this issue out, as it's fairly old. I have opened a new issue for the runner issue:
I'm trying to create a new output plugin and I followed the README to prepare the whole setup. However the path ends here: https://github.com/Graylog2/graylog-project#initial-build
More specifically:
How do I fix that? Windows 10 + JDK 8