10.3. Launch the Apache Web Service

The dashboard is a Django (Python) web application; it is hosted by the httpd service. Start the service, and configure it to start at boot time:
# systemctl start httpd.service
# systemctl enable httpd.service