I couldn't find an answer for this here already (maybe didn't know the right keywords to search for...) - my apologies if this kind of question have already been asked.
What about be a "good practice" folder to put GitEye for Linux installation in?
From what I read I thought /usr/local/GitEye might be the right place, but I'm not sure... (maybe lowercase giteye?).
Also, what would be the standard way to start it if I want a command-line shortcut (but not to add it to the path)? Should I make a symbolic link in /usr/bin/local?
Best regards!
/usr/local/bin
or/opt/bin
(which are not necessarily in the default path, this depends on the distribution). – Leiaz Mar 04 '15 at 12:54/usr/local
or/opt
and put all the unzipped content there, and create a symlink to the GitEye executable in/usr/local/bin
or/opt/bin
respectively, correct? – traveh Mar 05 '15 at 08:23/opt
is the more usual place if everything must be in one directory./usr/local
is usually for software that respects thebin
lib
share
organisation of files. – Leiaz Mar 06 '15 at 12:39