Answer the question
In order to leave comments, you need to log in
How to set up a Node.js MongoDB 3.2 server on Mac OS X?
You need to run an Nginx/Node.js server that uses MongoDB 3.2 and ffmpeg (fluent-ffmpeg) on Mac OS X El Capitan.
Actually, when installing directly, semi-manually using MacPorts, I encountered a lack of (debian package) libkrb5-dev, which is needed for the mongodb npm package ... I guess this can be solved if I compile kerberos myself? I didn't even get to install ffmpeg...
The solution was to run Ubuntu in a virtual machine and use the shared folder where the project resides. But there is a problem here - I use nodemon, it monitors file changes and restarts the server automatically, but in the case of a shared folder - such changes are not displayed in the ubuntu guest virtual machine ... Is it possible to solve this problem and whether to use it for this docker?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question