Morpheus UI war filesΒΆ
Pre-release or patched versions of the Morpheus UI are sometimes provided. To deploy the ui war on a Morpheus Appliance:
Download the war file to the target appliance
wget https://url/war_file
Note
If the war file is provided via a droplr link, ensure a
+
is added to end of droplr url or the file will not downloadBackup current war file
sudo mv /opt/morpheus/lib/morpheus/morpheus-ui.war /opt/morpheus/lib/morpheus/morpheus-ui.bak.`date +"%m-%d-%Y"`
Move and rename new war file
sudo mv <file> /opt/morpheus/lib/morpheus/morpheus-ui.war
Ensure war is owned by
morpheus-app
sudo chown morpheus-app.morpheus-app /opt/morpheus/lib/morpheus/morpheus-ui.war
Restart the Morpheus UI
sudo morpheus-ctl restart morpheus-ui
The new ui war will load on startup!