NIHVIVO-56 Modify install docs.

This commit is contained in:
jeb228 2010-02-22 13:17:23 +00:00
parent f85da80bb7
commit 418020e672
2 changed files with 38 additions and 0 deletions

29
doc/developers.txt Normal file
View file

@ -0,0 +1,29 @@
-------------------------------------------------------------------------------
Instructions for VIVO developers
-------------------------------------------------------------------------------
If you are working from the VIVO distribution files, you should follow the
instructions in "install.txt", in this directory.
-------------------------------------------------------------------------------
If you are working from the VIVO source files, checked out from the Subversion
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
2) Check out the Vitro source files from Subversion into a separate working
area.
3) Modify deploy.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.txt" to complete the installation.