Changes between Version 19 and Version 20 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
06/09/16 15:13:45 (8 years ago)
Author:
Sander Maijers
Comment:

Added IUS (for CPython 3) and Docker Compose installation

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v19 v20  
    3030## http://www.rackspace.com/knowledge_center/article/install-epel-and-additional-repositories-on-centos-and-red-hat
    3131sudo yum makecache fast &&
    32 sudo yum install 'epel-release' 'git' 'docker-engine' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync'
     32
     33## Install IUS in addition to EPEL so that we can install a non-EOL CPython packages.
     34## See https://ius.io/#project-goals
     35curl --fail -L --tlsv1.2 'https://setup.ius.io/' > '/opt/setup_ius.sh' &&
     36sudo sh /opt/setup_ius.sh &&
     37
     38sudo yum install 'epel-release' 'git' 'docker-engine' 'unzip' 'mailx' 'tmux' 'tree' 'htop' 'rsync' 'python35u'
     39sudo python3.5 -m 'venv' '/opt/venvs/docker-compose'
     40/opt/venvs/docker-compose/bin/pip install --upgrade 'pip' 'docker-compose'
     41## From here on, you can use `. /opt/venvs/docker-compose/bin/activate` to run docker-compose.
    3342
    3443## Create sysop users