Test the GitCentric Installation

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 GitCentric Bridge Connection

Test the connection to the GitCentric bridge and ensure that there are no firewall issues:

  1. From the GitCentric server command line:
    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].

  2. Cat the file v1:
    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.