Versions Compared

Key

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

...

  1. At the beginning of the cycle, the first step is to compile, deploy, and run the Vivo instance on the local computer.
  2. The second step is to test and identify problems related to internationalization.
  3. If everything works properly this ends the development cycle.
    1. When a problem is identified it is necessary to search the code to find the problem.
    2. This involves doing a lot of pattern managing search activities.
  4. In fourth place, comes the stage of correcting the problem.
    1. Once the problem has been identified, the professional must edit the concerned file to make correction.
  5. In step five certain databases need to be initialized depending on the type of correction made.
    1. Then back to step one of recompiling and running vivo.

...

1. Starting Step

This step consists in setting up the software elements necessary to run an VIVO instance on a local host.

1.1 VIVO's software infrastructure installation

1.1.1 Development Framework

Here is the list of prerequisites for VIVO development

...

Code Block
languagebash
sudo -i -u tomcat # sudo in Linux - not on Windows
mkdir $TOMCAT_HOME/GIT # $TOMCAT_HOME is predefined at the installation of Tomcat
cd $TOMCAT_HOME/GIT

Item 2) Extracting VIVO from GitHub

To VIVO internationalization, it is necessary to extract the four following GitHub repo:

...