mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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)
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|