opnsense-ports/net/ceph14/pkg-message
Franco Fichtner ffeeaf2e02 */*: sync with upstream
Taken from: HardenedBSD
2020-02-24 10:03:04 +01:00

18 lines
445 B
Text

[
{ 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 npm
cd /usr/local/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
}
]