Versions Compared

Key

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

...

  • Ubuntu 16.04.2 LTS (Xenial) for x86_64

  • Ubuntu 14.04 LTS (Trusty) for x86_64
  • CentOS-7-1611 for x86_64
     

...

            The default ports of database and testapi are 27017 and 8000, respectively. Check whether they are used by other services already.

                    % netstat -nlt

            If 27017 and 8000 are used by other services, you need to set other ports in step2. 

      step2. Run a Dovetail container 

            Run a Dovetail container. 

                  % sudo docker pull opnfv/dovetail:<Tag> 

                  % sudo docker run -itd --privileged=true --name <DoveTail_Container_Name> \

...

            If you need to set ports for database and testapi service, 

                  % export mongodb_port=<database_port> 

                  % export testapi_port=<testapi_port> 

      step3. Create local database and testapi service

...