- 18 Jun, 2013 15 commits
-
-
Jason Bau committed
-
support registration and login via apache + mod_wsgi + mod_shib Note that we now thing that gunicorn and mod_wsgi should not live on the same machine if they are running the exact same codebase with the exact same edx logging directories. This seems to cause deadlock at random times
Jason Bau committed -
Feanil/edxapp gunicorn
Feanil Patel committed -
Jarv/edx sandbox
John Jarvis committed -
also adding comments
John Jarvis committed -
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Configured to use localhost for mongo, mysql, memcache
John Jarvis committed -
Run only when migrate_db is set which will be the case for bringing up new instances
John Jarvis committed -
This allows you to access services without setting up subdomains
John Jarvis committed -
John Jarvis committed
-
edx_sandbox for edx-east and an edx_sandbox reference new launch_instance role for bringing instances up using the ec2 module new edxlocal role for installing local dependencies
John Jarvis committed
-
- 17 Jun, 2013 11 commits
-
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
These handlers aren't being used by anyone and have been superceded by the handler that starts and stops all edxapp components.
Feanil Patel committed -
Allow the bastion box to reach all IPs on the 10.0.x.x subnet.
Feanil Patel committed -
Feanil Patel committed
-
- 16 Jun, 2013 1 commit
-
-
Jbau/new edx theme
Jason Bau committed
-
- 15 Jun, 2013 1 commit
-
-
This commit basically does 3 things: * Creates symlinks within the playbooks/edx-west directory to allow ansible-playbook to be run in that directory * Adds support for creating theming directory and checking out themed git repo into that directory at deploy time. * Moves around some of the edxapp deploy handlers. Also tags them all with - deploy, so that running ansible-playbook with --tags=deploy basically just deploys. Also splits restart edxapp into stop and start edxapp b/c restart wasn't working on Stanford servers. Could debug this later, probably best by looking at the edxapp upstart script.
Jason Bau committed
-
- 14 Jun, 2013 3 commits
-
-
allow ini file setting via environment variable
Joe Blaylock committed -
Jason Bau committed
-
Extend ec2.py to accept an ini file
Joe Blaylock committed
-
- 13 Jun, 2013 9 commits
-
-
* End the constant reversion of ec2.ini preferences by allowing ec2.py to accept an ini file on the command line, and checking in an ini for edx-west that suits their needs.
Joe Blaylock committed -
Feanil/documentation
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Feanil/ansible deploy
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Tasks that should be re-run when a new version of the code is installed are now handlers that are notified once the code has been checked out and the directory is ready(ownership change).
Feanil Patel committed -
Feanil Patel committed
-