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
Blindly going through setup instructions, I used the setup script. It failed on two different errors that cause 'thin' to silently fail:
1 - homebrew installed mongodb correctly, but did not start it (nor do the instructions point out that we need to start mongodb.) Now connection to mongo can be made, so thin exits. It would be handy if the script could start mongo for us, as well.
2 - since thin is not in the Gemfile, it fails to start (addressed in #760 ?)
The text was updated successfully, but these errors were encountered:
A) add mongodb to launchctl
B) just launch mongodb without adding to launchctl
C) print out some instructions about the 2 options
..in general this issue is something most devs can figure out and handle, but I figured I'd mention it as it creates a kind of "trip on the missing step" feeling.
Blindly going through setup instructions, I used the setup script. It failed on two different errors that cause 'thin' to silently fail:
1 - homebrew installed mongodb correctly, but did not start it (nor do the instructions point out that we need to start mongodb.) Now connection to mongo can be made, so thin exits. It would be handy if the script could start mongo for us, as well.
2 - since thin is not in the Gemfile, it fails to start (addressed in #760 ?)
The text was updated successfully, but these errors were encountered: