1. 21 Jan, 2016 1 commit
    • Freeze pip, setuptools, and virtualenv · 83624a3b
      Pip 8.0.0, released a few hours ago, tries to uninstall deb-installed
      python modules that it wants to upgrade, and always fails when doing so.
      The effect is that configuration/requirements.txt cannot be fulfilled,
      notably ansible 1.9.3-edx, which requires an upgrade to pycrypto.
      
      This forces the installation of pip to the latest one prior to 8.0.0,
      7.1.2.
      
      It also freezes setuptools and virtualenv, so that they should all match
      the current versions required on
      playbooks/roles/common_vars/defaults/main.yml:common_pip_pkgs.
      Adolfo R. Brandes committed
  2. 06 Oct, 2015 1 commit
    • Fix various installation failures · 82a4e1f8
      1. The libxmlsec1-dev package is missing from the script (but exists on the Wiki page), which causes installation fails.
      2. G++ 4.8 is required to build v8 engine which is required by nodejs used by edx-insights. But the offical Ubuntu 12.04 only provides gcc 4.6.3, so we should set ppa's tool chain and install gcc/g++ 4.8 before actual installation.
      louyihua committed
  3. 21 Aug, 2015 2 commits
  4. 10 Aug, 2015 1 commit
  5. 30 May, 2015 1 commit
  6. 06 May, 2015 2 commits
  7. 04 Feb, 2015 1 commit
  8. 25 Nov, 2014 1 commit
  9. 30 Jul, 2014 1 commit
  10. 19 May, 2014 1 commit
  11. 02 Apr, 2014 2 commits
  12. 22 Jan, 2014 6 commits