Skip to content

4.Application start

SentinelDataHub edited this page Jun 20, 2022 · 2 revisions

a) Launch start.sh script to start the DHuS software:

# nohup /bin/bash start.sh &> log.txt &   

When the starting process is finished the DHuS exposes its Graphical User Interface on port 8081. It can be accessed via Web Browser at the following link:

http://localhost:8081   

The default login credentials for root user are the following:

  • User = root
  • Password = password

Any other configuration can be applied modifying dhus.xml, server.xml and start.sh files. Please refer to Administration Manual for details.

Clone this wiki locally