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.

...

Starting Step

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

...

VIVO's software infrastructure installation

...

Development Framework

Here is the list of prerequisites for VIVO development

...

Apache Solr is the application that speeds up the search process in VIVO. You can find the installation procedure here: Configure and Start Solr

...

GigHub extraction of VIVO's code

This step consists of extracting the code needed to compile and develop the VIVO internationalization.

...

Code Block
languagebash
git clone https://github.com/vivo-project/Vitro.git Vitro -b branch_name_to_be_coming
git clone https://github.com/vivo-project/VIVO.git VIVO -b branch_name_to_be_coming
git clone https://github.com/vivo-project/VIVO-languages VIVO-languages -b branch_name_to_be_coming
git clone https://github.com/vivo-project/Vitro-languages Vitro-languages -b branch_name_to_be_coming


VIVO Initial Configuration