[
{ type: install
  message: <<EOM
This package has installed ceph14, called nautilus.
It comes with a web based dashboard that cannot be build 
into a package but will require the user to install it himself.

To install the dashboard, please execute:
    sudo pkg install python2
    sudo pkg install npm
    cd ${LOCALBASE}/share/ceph/mgr/dashboard/frontend
    chown -R ceph .
    ls -asl /var/lib/ceph
    chown -R ceph:ceph /var/lib/ceph
    sudo -u ceph npm ci

EOM
}
]
