Perform the following tests to ensure that various GitCentric modules are in place and that the operating system meets basic requirements to run GitCentric successfully.
Test the connection to the GitCentric bridge and ensure that there are no firewall issues:
wget -q -O - http://localhost:8080/kandoBridge/v1
You should see a HTTP Request sent message, followed by additional information, and ending with v1 saved [nn/nn].
cat ./v1
You should see a message displaying a SHA, like this:
{"sha", "<40-hex chars>"}
where <40-hex chars> is the SHA value. Any other result indicates a problem that should be corrected.