715e140759
Introduce option WITH_TESTS which covers all test/debug tools. Currently disabled due to linking errors PR: 255763 (based on) Approved by: maintainer (implicit)
17 lines
443 B
Text
17 lines
443 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-node14
|
|
cd ${LOCALBASE}/share/ceph/mgr/dashboard/frontend
|
|
sudo -u ceph npm ci
|
|
sudo chown -R ceph:ceph .
|
|
sudo chown -R ceph:ceph /var/lib/ceph
|
|
|
|
EOM
|
|
}
|
|
]
|