How To Customize the Login Behavior of Open edX
Learn how to add custom code to the login sequence of your Open edX installation by leveraging Django Dispatch Signals.
Learn how to add custom code to the login sequence of your Open edX installation by leveraging Django Dispatch Signals.
Learn how to scale your Open edX platform by migrating the Memcached service to its own remote Ubuntu server running on AWS EC2.
There are many benefits to moving your user data from the Ubuntu file system to AWS S3 cloud storage. It’s also pretty easy to do since Django handles the technical details, and the guys at edX have parameterized everything so that you only need to make some adjustments to the
AWS’ Relational Database Service (RDS) is a superior alternative to running MySQL locally on your Open edX platform. This simple how-to guide shows you how to migrate the service.
Learn how to reset the MySQL root password in your Open edX platform.
Learn the principals of scaling the Open edX Learning Management System, growing from a single-server evaluation-only installation to a production always-up instance with thousands of concurrent users.
Learn how to scale your Open edX platform by migrating the MongoDB database service to its own remote Ubuntu server running on AWS EC2.