Specifically, I am looking to see how I can set it up to work in my development environment. I am currently using WAMP on my local machines. I have my MySQL databases hosted on a Bluehost site and all my PHP/HTML5/CSS/JS development is synchronized through DropBox so I can work with WAMP on any machine, yet still get access to my databases (which don't really work over Dropbox)
From what I can see BlueHost does not support MongoDB, but is it possible to install it and use it there somehow? Or is there another option that would allow me to keep working like I am and use MongoDB instead of MySQL?
Also... are there any really good MongoDB tutorials out there? All I'm seeing are pretty much just how to install it. Nothing that useful.
Thanks