- 06 Aug, 2015 2 commits
-
-
Edward Zarecor committed
-
Edward Zarecor committed
-
- 06 May, 2015 1 commit
-
-
Fred Smith committed
-
- 28 Oct, 2013 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
prefix
John Jarvis committed
-
- 26 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 25 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 23 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 17 Oct, 2013 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 16 Oct, 2013 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 14 Oct, 2013 1 commit
-
-
John Jarvis committed
-
- 09 Oct, 2013 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 08 Oct, 2013 1 commit
-
-
Feanil Patel committed
-
- 18 Jul, 2013 1 commit
-
-
Putting migratedb in group_vars/all overrides any vars in playbook files and so migrations never get run.
Feanil Patel committed
-
- 03 Jul, 2013 1 commit
-
-
* should be *_debian_pkgs instead of *_debian_packages * removed duplicate task
Jason Bau committed
-
- 19 Jun, 2013 2 commits
-
-
John Jarvis committed
-
specific
John Jarvis 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
-
- 16 May, 2013 4 commits
-
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
- 15 May, 2013 2 commits
-
-
Jason Bau 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
-
- 13 May, 2013 3 commits
-
-
John Jarvis committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
- 10 May, 2013 1 commit
-
-
* 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
-
- 03 May, 2013 1 commit
-
-
vik committed
-
- 02 May, 2013 5 commits
-
-
Jason Bau committed
-
John Jarvis committed
-
Jason Bau committed
-
* I've moved the example secure directory to playbooks/secure_example, the directory structure in your secure repo should mirror that in secure_example/ * If you run the lms role without a valid git-identity file it will fail, there is an empty file checked into the secure_example dir * Using GIT_SSH env for git checkout, we will also need to use that for pip installs that use git if there are private repos in requirements.
John Jarvis committed -
* Move debian package list to roles/lms/vars/main.yml * Move lms_git_repo to roles/lms/vars/main.yml
Joe Blaylock committed
-
- 01 May, 2013 1 commit
-
-
* 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
-