1. 06 Aug, 2015 2 commits
  2. 06 May, 2015 1 commit
  3. 28 Oct, 2013 3 commits
  4. 26 Oct, 2013 1 commit
  5. 25 Oct, 2013 1 commit
  6. 23 Oct, 2013 1 commit
  7. 17 Oct, 2013 3 commits
  8. 16 Oct, 2013 2 commits
  9. 14 Oct, 2013 1 commit
  10. 09 Oct, 2013 2 commits
  11. 08 Oct, 2013 1 commit
  12. 18 Jul, 2013 1 commit
  13. 03 Jul, 2013 1 commit
  14. 19 Jun, 2013 2 commits
  15. 15 Jun, 2013 1 commit
    • theming support + playbooks/edx-west symlinks + redo edxapp deploy · 7511172d
      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
  16. 16 May, 2013 4 commits
  17. 15 May, 2013 2 commits
  18. 13 May, 2013 3 commits
  19. 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
  20. 03 May, 2013 1 commit
  21. 02 May, 2013 5 commits
  22. 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