Versions Compared

Key

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

...

several directory structures and files need to be set up to initialize the implementation of the linguistic context in VIVO.

StepAction

1) Create directory structures in Vitro-languages and VIVO-languages

The demonstration is for the integration of the French Canadian fr_CA in Vitro-languages and VIVO-Languages


Code Block
languagebash
titlePreparing Vitro-languages
cd $GIT_REPO/Vitro-languages
mkdir -p fr_CA/webapp/src/main/webapp/i18n
cp en_US/webapp/src/main/webapp/i18n/all_en_US.properties fr_CA/webapp/src/main/webapp/i18n/all_fr_CA.properties 


Code Block
languagebash
titlePreparing VIVO-languages
cd $GIT_REPO/VIVO-languages
mkdir -p fr_CA/webapp/src/main/webapp/i18n
cp en_US/webapp/src/main/webapp/i18n/all_en_US.properties fr_CA/webapp/src/main/webapp/i18n/all_fr_CA.properties 







Step 5) If necessary reset the various VIVO's indexes and databases

...