mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
The port has had situation in which the code compiled, but the executables did not work. Try to catch this early. - pkg-message: use default mongo portnr instead of portnr used by unifi.
16 lines
418 B
Text
16 lines
418 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
MongoDB on Rasperry Pi can work but is unsupported upstream.
|
|
Please read https://jira.mongodb.org/browse/SERVER-71772 if you run this
|
|
on a non-LSE ARM cpu.
|
|
|
|
MongoDB 6.0 and up do not include the 'mongo' CLI shell anymore. You can
|
|
use the MongoDB Shell (https://github.com/mongodb-js/mongosh).
|
|
# pkg install npm
|
|
$ npm install mongosh
|
|
$ npx mongosh mongodb://127.0.0.1:27017/
|
|
|
|
EOM
|
|
}
|
|
]
|