Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Perform the verification.
    cd /path/to/GALAXY/galaxy_install
    sh run.sh

    If the following information is displayed, the program is running properly.

  3. (Optional) Check whether the port is in use.
    netstat -tunlp | grep 8080
    ps -aux | grep pid (In this command, pid indicates the PID of the process that occupies port 8080.)

    If the following information is displayed, the program is running properly.