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.

...

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


Image Modified

b) Setup runtime.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....


...

3.1 In the menu File, select Import

3.2 Select Maven > Existing Maven Projects, and click next

3.3 Provide the path to the Git repository, and click Finish

3.4 Selecting the Java perspective, this is how your Project Explorer should look after the importation

Image Modified

...

4. Setupping, Compiling and Running VIVO

...

StepsDescription

1) Editing appropriate setup xml files:

  • Choosing the Resource Perspective
  • Select the 'setting???xml' file specific to your environment
  • Assign the right value to the attributes: vivo-dir and tomcat-dir

Image Modified

2) Configuring the runner

In A) In the Java perspective, scroll down the 'Run' menu and select 'Run Configurations...'.

In B), select the 'Maven Build' vivo-project-i18n-INSTALL. In the 'Goals' field, replace the file name 'settings???xml' by the name you have used in 1)

A)

Image Modified

B)



4.2 Compiling and Running VIVO

...