Versions Compared

Key

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

...

StepAction

1) Creating the GIT directory


Code Block
languagebash
sudo -s -u tomcat 
mkdir /opt/tomcat/GIT
cd /opt/tomcat/GIT


2) Retrieving the code

Info
titleM1 Milestone 1

The M1 Tag corresponds to the reference version of the code released for the Vivo i18n community. Without the '--branch M1' option, the clone is a checkout of the current version.



Code Block
languagebash
git clone https://bitbucket.org/uqam/vivo-uqam-i18n
username....
password... --branch M1


3) Extraction analysis

Two directories are under 'vivo-uqam-i18n'.

vivo-project-i18n: contains the vivo code itself.

vivo-project-i18n-config: contains the files needed to configure vivo

...