Skip to content
pdehaye edited this page Nov 16, 2013 · 3 revisions

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

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.

Clone this wiki locally