Commit 0084f2ad by jarv

Update README.md

parent 4b19ff12
......@@ -50,8 +50,23 @@ Create a user
cd playbooks
ansible-playbook test.yaml -i ec2.py --private-key=/path/to/deployment.pem
```
### CloudFormation TODO for mongo backed LMS stack
1. Add ElasticCache and RDS configuration to the template
2. Update cloudformation.yaml with new params, keep sensitive data separate
3. Come up with a better tagging scheme
4. Add ELB, SSL setup
### Ansible TODO for mongo backed LMS stack
1. Come up with a scheme to separate sensitive data
2. Create templates for /opt/wwc/lms-{env,auth}.json, these files are read by mitx/lms/envs/aws.py
3. Set up virtualenv (currently configured to by default be in /opt/edx)
4. Setup and configure rsyslog and logrotate
5. Create upstart script for the lms service
6. Setup and configure local mongo/mongoHQ
7. Setup and configure local sqlite/RDS
8. Create deploy playbook for git deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment