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
don't brew services start [email protected], because bin/dev is doing this
In case one installed the wrong version of mongodb for starters, then when using 5.0, there may be a problem about document incompatibility. If so, (install and) run mongosh, then fix with:
PS: When removing the contents of dev-db/* with the hope of a clean slate, things could get worse. this directory is gitignored, so do a fresh clone of this repo.
seems the mac is using the 5000 port: hardcoded port 4000 (I couldn't get this to work, despite changing all occurrences of 5000)
fix to "urls of protocol error": use openjdk 1.8.0_292 with:
Recently, we made some updates to ClojureDocs dependencies, and one of them involved congomongo, which is responsible for the MongoDB connection. As a result, it's now possible to execute ClojureDocs with new versions of MongoDB.
Leaving some notes about my experience in the hope it's useful to someone:
brew services start [email protected]
, becausebin/dev
is doing this5.0
, there may be a problem about document incompatibility. If so, (install and) runmongosh
, then fix with:PS: When removing the contents of
dev-db/*
with the hope of a clean slate, things could get worse. this directory is gitignored, so do a fresh clone of this repo.5000
port: hardcoded port4000
(I couldn't get this to work, despite changing all occurrences of5000
)All errors are sorted out, head to
127.0.0.1:4000
but clojuredocs is not there. Fear not, there's a0.0.0.0:4000
that works.The text was updated successfully, but these errors were encountered: