Command Line Installation
Also available as:
PDF

Start, Stop, and Restart Hue

Use the following commands to start, stop, and restart hue.

  1. To start Hue, run the following command on the Hue server:

    /etc/init.d/hue start
  2. To stop Hue, run the following command on the Hue server:

    /etc/init.d/hue stop
  3. If you make changes to /etc/hue/conf/hue.ini you need to restart Hue.

    To restart Hue,  run the following command on the Hue server:

    /etc/init.d/hue restart