Following the installation in the guide has me convinced that I'm not completing the installation.
For example, the package-tree portion of the makefile send several files to:
out/root/lib/systemd/system
out/root/etc/$(NAME)
out/root/etc/logrotate.d
out/root/etc/init.d
out/root/etc/$(NAME)
I cannot find this "out" directory after running "make".
I did find the .service file in /tmp/go-carbon/deploy/go-carbon.service.
However that seems contains:
ExecStart=/usr/bin/go-carbon -config /etc/go-carbon/go-carbon.conf -pidfile /var/run/go-carbon.pid -daemon
There is not an executable in /usr/bin/go-carbon on my RHEL8 system.
I MUST be missing something in the setup of this application. Is there another set of instructions after running the makefile I should be following?
Following the installation in the guide has me convinced that I'm not completing the installation.
For example, the package-tree portion of the makefile send several files to: out/root/lib/systemd/system out/root/etc/$(NAME) out/root/etc/logrotate.d out/root/etc/init.d out/root/etc/$(NAME)
I cannot find this "out" directory after running "make". I did find the .service file in /tmp/go-carbon/deploy/go-carbon.service. However that seems contains:
ExecStart=/usr/bin/go-carbon -config /etc/go-carbon/go-carbon.conf -pidfile /var/run/go-carbon.pid -daemon
There is not an executable in /usr/bin/go-carbon on my RHEL8 system.I MUST be missing something in the setup of this application. Is there another set of instructions after running the makefile I should be following?