1. 27 Jun, 2013 1 commit
  2. 26 Jun, 2013 1 commit
  3. 22 Jun, 2013 1 commit
  4. 19 Jun, 2013 2 commits
  5. 18 Jun, 2013 3 commits
  6. 12 Jun, 2013 3 commits
  7. 11 Jun, 2013 1 commit
  8. 22 May, 2013 2 commits
  9. 19 May, 2013 1 commit
  10. 16 May, 2013 1 commit
  11. 15 May, 2013 1 commit
    • Tag tasks update or install · 32fb82af
      * 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
  12. 11 May, 2013 3 commits
  13. 10 May, 2013 1 commit
    • Configure rsyslog to catch logs from edx · e7e346a5
      * 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
  14. 09 May, 2013 1 commit
  15. 08 May, 2013 4 commits
  16. 02 May, 2013 2 commits
  17. 01 May, 2013 1 commit
    • Install debian and python dependencies for LMS/CMS · f7f8e9d0
      * Create a global variable lms_source_repo to make it easy to update
        where to pull mitx from when mitx moves
      * Create global variable venv_base to store location of edx virtual
        environment, defaults to /opt/edx
      * Create edx virtual environment to store python modules
      * Add tags to LMS and CMS tasks to make selective running and testing
        easier
      * Install a long, static list of debian packages, which has been
        manually curated from other edx configurations; this probably needs
        more attention and in the future should probably be divided better
        among various roles.
      * Install the list of python packages distributed with the mitx
        repository
      * Install some really useful software, namely mosh and tmux
      Joe Blaylock committed
  18. 29 Apr, 2013 1 commit
  19. 24 Apr, 2013 1 commit
  20. 22 Apr, 2013 4 commits