forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
John Jarvis edited this page Nov 13, 2013
·
102 revisions
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.
- The Mailing list 'edx-code' on googlegroups.
- The IRC is '#edx-code' on freenode.
- The FAQ is in this wiki.
- edX devstack - for development, not production
- edX fullstack - this is all edX services running on a single server in a production like configuration
- edX Ubuntu 12.04 installation - this will install edX on an existing Ubuntu 12.04 server
There are two types of configurations that are commonly used for edX deployments, the fullstack and the devstack