Open phamduylong opened 12 months ago
The main branch as it currently stands isn't buildable - see https://github.com/radian-software/riju/issues/168. I'm in the middle of moving to Kubernetes orchestration which will (among other things) involve removing the pty wrapper binary, which is probably why the riju-system-privileged
error comes up in particular.
You'd probably be best off starting from an older revision of the project (though those have other issues).
Welp. I think the 1st and 3rd issues can still be resolved, especially with dep. Shouldn't have prematurely closed this issue.
Dep if I understood correctly is a deprecated project in Go for quite sometimes already
Well, I will say that the dep
command in Riju is another name for Depgraph, the Riju build tool, and it has nothing to do with the Go tool by the same name:
Running install.sh give out error on carriage return/line feed issues
I don't think there are any whitespace issues with the shell scripts in the repo, if there are problems cropping up, they are probably the fault of Windows. Maybe the Git settings need to be adjusted so Windows does not mangle line endings - https://stackoverflow.com/q/10418975
Hi :smile: Been having a hard time to get the project to run on my local machine. Some issues I found:
Running bash scripts on Windows Running install.sh give out error on carriage return/line feed issues. Can be fixed easily but it would be nice to have a way to run it universally on all OS.
Server spawn at server.js: 117
This gave an output of:
Is there a possibilities to update instructions on how to get the project running? I would love to contribute on this project but it's impossible if I cannot get the project to run and test it. Thanks.