- 15 May, 2013 10 commits
-
-
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
Parameterizing edx git repository location
Joe Blaylock committed -
Joe Blaylock committed
-
* Creates global variable $platform_code_dir to store /opt/wwc/edx-platform, to replace the semihardcoded /opt/wwc/mitx that we had before. * Plugs $platform_code_dir in a lot of different places * Templatize sef's update script hack
Joe Blaylock committed -
Jarv/cleanup lms and examples
jarv committed -
John Jarvis committed
-
Feature/jrbl/tagging update install
Jason Bau committed -
* update tasks are meant to be the fast ones and the ones we want to be sure to always do (directory creations, permissions, etc.) * install tasks are all the really slow things, like the git repo clone and package installations * Every task can by run by --tags=install,update - which is the same as having no tags at all. Conflicts: playbooks/roles/lms/tasks/main.yml
Joe Blaylock committed
-
- 14 May, 2013 11 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
Jbau upstart restart handler
Jason Bau committed -
Jason Bau committed
-
Jason Bau committed
-
Jbau/lms preview
Jason Bau committed -
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
Use the new mitx repo locale
Joe Blaylock committed -
Joe Blaylock committed
-
- 13 May, 2013 3 commits
-
-
Nginx log reconfiguration
Joe Blaylock committed -
cleaning up old group_vars files
jarv committed -
John Jarvis committed
-
- 11 May, 2013 8 commits
-
-
Documentation improvements, separation of phases, moving toward not usin...
e0d committed -
* sends logs to /mnt/logs/nginx instead of /var/log. Note that on fresh server startup, nginx will still log to /var/log until it reads its configuration. * Installs logrotate configuration for freshly moved nginx logs * Some directory and file permissions fixups * Improved order of operations on nginx installation/bringup
Joe Blaylock committed -
Configure logrotate to treat edx logs appropriately
Joe Blaylock committed -
e0d committed
-
Jason Bau committed
-
* Bugfix to rsyslog configuration; configuration file had missing extension * Logrotate recipes for edx log files * Files reorganized, renamed
Joe Blaylock committed -
temporary software update script
Jason Bau committed -
comment out lms env vars that should be demo only
Jason Bau committed
-
- 10 May, 2013 5 commits
-
-
Sef Kloninger committed
-
Configure rsyslog to catch logs from edx
Jason Bau committed -
* Touches directories and files into existence expected during setup for LMS and CMS * Configures rsyslog to catch local0 and local1 from edx, and route into the appropriately named files in the appropriately named subdirectories * Permissions updates to ensure rsyslog can write everywhere it's supposed to * Restarts rsyslog after reconfiguration is complete
Joe Blaylock committed -
Until we get proper software updates working we need a script we can run to orchestrate installs -- checkouts, collectstatic, restarts. Tagged with the "update" tag. Just puts the file out there for now, doesn't actually do any updates, that should be done with something like this: ansible GROUPNAME -i ./ec2.py -c ssh -s -a edx-update.sh
Sef Kloninger committed -
Jason Bau committed
-
- 09 May, 2013 3 commits