Looking to try out Deployd with MongoDB and an AngularJS front end. On my Mac I can get Node and Mongo to launch, but it requires launching mongod with the --config flag. I created a .conf file and launch it with the flag, each time directing it to the location of the .conf file. Deployd is attempting to launch mongodb but gets the same error I got initially trying to start mongod, which is that it can't read the config file.
I'm new to mongo and am having a rough time getting this to play nice. Am I missing something? I even installed it using Homebrew, which was supposed to go ahead and take care of these config issues, but I'm still not getting where I need to be.
Any clarification at this point would be helpful. I'm guessing that there's some simple thing that I've messed up along the way.