forked from Lainports/opnsense-ports
18 lines
445 B
Text
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
|
|
}
|
|
]
|