Clarify instructions on setting up runtime.properties

This commit is contained in:
j2blake 2013-09-06 10:19:09 -04:00
parent a9ebf8f94b
commit 42fd5bee01
2 changed files with 8 additions and 7 deletions

View file

@ -321,13 +321,13 @@
<h3 id="runtime_properties">5. Specify runtime properties </h3> <h3 id="runtime_properties">5. Specify runtime properties </h3>
<p> <p>
In <a href="#build_properties">Step 4</a>, you defined the location of the Vitro home directory, In <a href="#build_properties">Step 4</a>, you defined the location of the VIVO home directory,
by specifying <code>vitro.home</code> in the <code>build.properties</code> file. by specifying <code>vitro.home</code> in the <code>build.properties</code> file.
Create that directory now. Create that directory now.
</p> </p>
<p> <p>
At the top level of the VIVO distribution directory, you will find a file called At the top level of the VIVO distribution directory, you will find a file called
<code>example.runtime.properties</code>. Copy this to the Vitro home directory you have created, <code>example.runtime.properties</code>. Copy this to the VIVO home directory you have created,
renaming the copy to <code>runtime.properties</code>. renaming the copy to <code>runtime.properties</code>.
Edit the file to suit your installation, as described in the following table. Edit the file to suit your installation, as described in the following table.
</p> </p>

View file

@ -394,7 +394,7 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
</ul> </ul>
<h3 id="#upgrade_process">III. Upgrade Instructions</h3> <h3 id="upgrade_process">III. Upgrade Instructions</h3>
<p> <p>
1. Download the new distribution file and unpack it into a new 1. Download the new distribution file and unpack it into a new
@ -402,9 +402,9 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
</p> </p>
<p> <p>
2. Separate your existing <code>deploy.properties</code> file into two files, 2. Separate your existing <code>deploy.properties</code> file into two files,
as described below. The new <code>build.properties</code> file is stored in as described below. Store the new <code>build.properties</code> file in
the top level of the VIVO distribution directory. The new <code>runtime.properties</code> the top level of the VIVO distribution directory. Store the new <code>runtime.properties</code>
file is stored in your Vitro home directory. file in your VIVO home directory.
<br> <br>
</p> </p>
<table border='1' bordercolor="#CCCCCC" cellspacing="5"> <table border='1' bordercolor="#CCCCCC" cellspacing="5">
@ -441,7 +441,8 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
<p> <p>
If you prefer, you may start with <code>example.build.properties</code> If you prefer, you may start with <code>example.build.properties</code>
and <code>example.runtime.properties</code>, make copies, and <code>example.runtime.properties</code>, make copies,
and edit them to suit your installation. and edit them to suit your installation. Remember, the <code>runtime.properties</code> file
goes into your VIVO home directory.
</p> </p>
<p> <p>