Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Variable nameValue
UQAM_DEVHome directory of eclipse installation (ex.: c:\UQAM_DEV on Windows or /home/user_name/uqam_dev on linux)
ECLIPSE_HOME$UQAM_DEV/eclipse
TOMCAT_HOME$ECLIPSE$ECLISPE_HOME/apache-tomcat-8.5.11
TOMCAT_WEBAPP$TOMCAT_HOME/webapp
SOLR_HOME$ECLIPSE$ECLISPE_HOME/solr-7.7.2
VIVO_HOME$ECLIPSE$ECLISPE_HOME/vivo/home
GIT_HOME$UQAM_DEV/GIT (Proposal)

...

StepsDescription

a) Setup "applicationSetup.n3" for the use of TDB for data persistence.

For this step, just rename the file example.tdb.applicationSetup.n3 by applicationSetup.n3


b) Setup runtime.

properties

propeties for configuring the VIVO runtimes attributes

  1. For this step, just rename the file uqam-dev.runtime.properties by runtime.properties
  2. Adjusting the value of each property to your needs



Bloc de code
RDFService.languageFilter = true
languages.selectableLocales = fr_CA, en_CA, en_US

rootUser.emailAddress = vivo@uqam.ca
rootUser.passwordChangeRequired = false
rootUser.password = Vivo2435....


...

2.1 Select the Git perspective

2.2 Click on Clone Git repository

2.3 Provide the repository URI :

https://github.com/UQAM-VIVOSB/Vivo-installer-i18n.git

and click Next

2.4

Select both the master and feature/i18n_en_CA branches, and click Next
Avertissement
The feature/i18n_en_CA branch must be used for now, but will eventually be merged in master.

Image Removed

2.5 Make sure the proper path to the Git directory is provided (Ex.: if your UQAM_DEV variable equal C:\UQAM_DEV

2.6 Click Finish to add the repository to UQAM-DEV.

2.7 5 Repeat steps 2.1 through 2.6 4 using the following repositories URI:

https://github.com/vivo-project/Vitro.git

https://github.com/vivo-project/VIVO.git

https://github.com/vivo-project/Vitro-languages.git

https://github.com/vivo-project/VIVO-languages


Note: for developement purposes, you would have to clone VIVO repositories in your own GitHub account and clone those URI instead.


Avertissement

Make sure to select the appropriate branch !

For the current i18n initiative, the working branch is sprint-i18n.


2.8 6 When all the repositories are cloned, your Git perspective should look like this:

...

5.1 Follow this link to download the dataset on your computer : sample-data-fr_localhost-vivo.ttl


5.2 In VIVO, log in as administrator (see point 3.9 above) and click on Site Admin.

5,3 Click on Add / Remove RDF data

5.4 Upload the dataset downloaded on step 4.1

5.5 Select Add mixed RDF

5.6 Select Turtle format

5.7 Check create classgroups automatically

5.8 Submit

5.9 VIVO might take some time to populate the triplestore.


Appendix