This step is required for Centos 6 only as it has old version of Python 2.6. Skip this step if you are using Centos 7 or Ubuntu Server.
python --version
, you still see version 2.6), but new version will be available by calling the exact name python2.7 --version
.altinstall
). Normally, one would use “make install”; however, in order not to override system defaults - replacing the Python already used by the system - we will use make altinstall./usr/local/bin/python2.7
.If you receiveHTTP failed
error, then runyum install nss
to update the root SSL certificates on your server.
make altinstall
command./opt/ansible-miarec/hosts
file:hosts
file. Make sure postgresql_version
and python_version
variables are set to the previously identified versions. Note, the PostgreSQL version should be specified in short format x.x
, but Python should be specified in full format x.x.x
.