Helpful tools - edx/edx-solutions-edx-platform GitHub Wiki
Just wanted to post a few of the tools I've been using to debug issues that I've found helpful.
RabbitMQ google group and the mongodb docs pages have been useful as well.
If you've used a tool that's helped you to understand, troubleshoot or install, please add to the list.
Windows Tools
Linux Tools
Mac OS Tools
- MongoHub
- Robomongo
- MySQL GUI Tools
- SequelPro
You'll need to configure mongodb and mysql to accept external connections, or alternatively set up a SSH tunnel.
Web-based tools
You can install a separate apache instance or use the nginx that comes with EdX. I've found a separate apache was easier and keeps you from modifying your EdX components unnecessarily.