You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Clicking the start button does nothing when mongodb is installed via macports, and the readme doesnt says anything on how to configure the paths to make this work.
The text was updated successfully, but these errors were encountered:
macports installs mongod in /opt/local/bin. The binary is detected.
However, the assumption in the code to replace /opt/local/bin by /opt/local/etc because the mongod.conf file is expected to be there is not true with macports.
In spite of it, the user has not the right to write a file in /opt/local/etc.
and the LaunchDaemon in in /opt/local/etc/LaunchDaemons/org.macports.mongodb and contains all the configuration in its arguments.
--> The mongod.conf file should be created in /opt/local/etc/
----> This should be done by refactoring the core code to share it with cassandra-macosx-prefspane (to prepare the release of others prefspane)
Clicking the start button does nothing when mongodb is installed via macports, and the readme doesnt says anything on how to configure the paths to make this work.
The text was updated successfully, but these errors were encountered: