VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name.
This commit is contained in:
parent
aab76220c7
commit
89f759fcbc
14 changed files with 942 additions and 221 deletions
|
@ -10,23 +10,23 @@ instructions in "install.html", in this directory.
|
|||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
If you are working from the VIVO source files, checked out from the Subversion
|
||||
If you are working from the VIVO source files, checked out from the Git
|
||||
repository, then your working area does not contain the "vitro-core" directory.
|
||||
|
||||
Follow these steps:
|
||||
|
||||
1) In the VIVO working area, create deploy.properties as a copy of
|
||||
example.deploy.properties
|
||||
1) In the VIVO working area, create build.properties as a copy of
|
||||
example.build.properties
|
||||
|
||||
2) Check out the Vitro source files from Subversion into a separate working
|
||||
2) Check out the Vitro source files from Git into a separate working
|
||||
area.
|
||||
|
||||
3) Modify deploy.properties (created in step 1) so vitro.core.dir points to
|
||||
3) Modify build.properties (created in step 1) so vitro.core.dir points to
|
||||
the Vitro working area (created in step 2). For example:
|
||||
vitro.core.dir = ../vitro
|
||||
|
||||
4) Follow the instructions in "install.html" to complete the installation,
|
||||
omitting step III.
|
||||
omitting step 3.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Answers to Frequently Asked Questions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue