forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Helpful tools
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.
- 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.
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.