Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    % sudo mkdir -p <home_dir_name>   /*i.e. $HOME/cvp*/ 

    % export DOVETAIL_HOME=$HOME/cvp

     If install Dovetail Docker container, DOVETAIL_HOME can just be /home/opnfv

2.2.3 Installing Prerequisite

...

     Use the following steps to check if the right version of python is already installed, and if not, install it. 

    % python --version

       /* reference web links to install python*/

 

2. Install Docker 

 

     As the docker installation process is much complex, you can refer to the official document: https://docs.docker.com/engine/installation/linux/

 

 23. Update and install packages

...

         sudo dnf -y install gcc-c++  git  vim-enhanced  python-devel  (python-mock)  python-pip  (apt-transport-https)

 3. Install Docker 

     As the docker installation process is much complex, you can refer to the official document: https://docs.docker.com/engine/installation/linux/ redhat-rpm-config

2.2.4 Installing Dovetail

...