Versions Compared

Key

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

...

This file needs to be created following the Maven Settings Reference. A template file already exists within the VIVO standard distribution, called "example-settings.xml". You may copy this file (it can be called anything you like), and edit the contents to fit your requirements / system configuration.

Set rights(as root) on tomcat's webapp directory to enable automatic install in the coming step with:

chmod -R 777 <tomcat-dir>/webapps

Installing VIVO

Once you have an appropriate settings file (these instructions will assume that you are using example-settings.xml - replace this with your actual file), you simply need to run Maven, specifying the install goal and your settings file.

...