Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Perform the verification.
cd /path/to/GALAXY/galaxy_install sh run.sh
If the following information is displayed, the program is running properly.

- (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.

Parent topic: Galaxy 22.01 Porting Guide (Kylin V10)