Archive for the ‘MongoDB’ Category

I started using Django-MongoDB duet which looks really interesting, when I faced the first problem: my MongoDB server couldn't be started as a Windows service. I tried: mongod.exe --logpath="logs dir" --install which installed service correctly....