#
Install Flight Web Suite
Flight web suite only needs to be installed on the head node.
Swap to the head node (unless already on it).
Install the web suite:
sudo yum install -y flight-web-suite
Set the domain name to the hostname or ip address that Web-Suite will be accessed through. This also creates a self-certified certificate.
flight web-suite set-domain <name/IP>
Go to the file
/opt/flight/opt/www/landing-page/default/content/data/environment.yaml
, changename
to mycluster1 and uncommentenviroment
andname:
. It should look like this:environment: # # Optional cluster (aka environment) name. Defaults to an empty string if # # not provided. name: ""
Recompile the landing page.
flight landing-page compile
Restart web suite to apply changes:
flight web-suite restart
Enable flight web suite:
flight web-suite enable
This means that flight web suite will start on boot
Using Flight Web Suite is explained elsewhere in the documentation.
#
Testing
If all was successful, then the following should be the case on the head node:
The command
flight web-suite
runs without errorsThe domain is what it was set to during the instructions. E.g.
[root@chead1 (mycluster1) ~]# flight web-suite get-domain my-domain-name
The Web-suite is active, this can be checked with the following command:
flight service avail
The Web-Suite should function as described in its documentation.