Skip to content
John Jarvis edited this page Nov 13, 2013 · 102 revisions

About

This repo holds the scripts used to set up and operate the edX platform.

  • Ansible -- takes raw compute resources and configures them so they can run edX services.
  • CloudFormation -- provision and set up the set of services you need to host the edX stack with Amazon Web Services. A lot of the Amazon alphabet soup is brought to the party:
    • Servers (EC2)
    • Network access control, NAT, and policy (VPC)
    • Primary Student Database in MySQL (RDS)
    • Load Balancers (ELB)
    • Memcache (ElastiCache)

Please see our Ansible coding conventions before contributing to this repo.

Where to get more info

  • The Mailing list 'edx-code' on googlegroups.
  • The IRC is '#edx-code' on freenode.
  • The FAQ is in this wiki.

Installation

Other links