Couple minor corrections.
This commit is contained in:
parent
2d03542648
commit
c9c7e2bbae
1 changed files with 16 additions and 12 deletions
|
@ -136,9 +136,9 @@
|
||||||
<p>
|
<p>
|
||||||
Decide on a database name, username, and password. Log into your
|
Decide on a database name, username, and password. Log into your
|
||||||
MySQL server and create a new database in MySQL that uses <code>UTF-8
|
MySQL server and create a new database in MySQL that uses <code>UTF-8
|
||||||
encoding</code>. You will need these values for Step IV when you
|
encoding</code>. You will need these values for Step IV when you
|
||||||
configure the deployment properties. At the MySQL command line you can
|
configure the deployment properties. At the MySQL command line you can
|
||||||
create the database and user with these commands substituting
|
create the database and user with these commands substituting
|
||||||
your values for <code>dbname</code>, <code>username</code>, and <code>password</code>. Most of the time,
|
your values for <code>dbname</code>, <code>username</code>, and <code>password</code>. Most of the time,
|
||||||
the hostname will equal <code>localhost</code>.
|
the hostname will equal <code>localhost</code>.
|
||||||
</p>
|
</p>
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
<p>
|
<p>
|
||||||
<em>Windows:</em>
|
<em>Windows:</em>
|
||||||
For those installing on Windows operating system, include the
|
For those installing on Windows operating system, include the
|
||||||
windows drive and use the forward slash "/" and not the back slash "\"
|
windows drive and use the forward slash "/" and not the back slash "\"
|
||||||
in the directory locations, e.g. <code>c:/tomcat</code>.
|
in the directory locations, e.g. <code>c:/tomcat</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -461,13 +461,17 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td colspan="2">
|
||||||
Temporal Graph Visualization is used to compare different organizations/people within
|
Temporal Graph Visualization is used to compare different
|
||||||
an organization on different parameters like number of publications, grants. This parameter will be
|
organizations/people within an organization on different parameters like
|
||||||
used as a default in case a URI is not provided. It will be also used whenever this visualization is to be rendered for top level organization.
|
number of publications, grants. This parameter will be used as a default
|
||||||
In absence of this parameter a SPARQL query will be fired which will attempt to provide a top level organization.The name of a property
|
in case a URI is not provided. It will be also used whenever this
|
||||||
that can be used to associate an Individual with a user account. When a user logs in with a name that matches the value of this property,
|
visualization is to be rendered for top level organization.
|
||||||
the user will be authorized to edit that Individual.
|
In absence of this parameter a SPARQL query will be fired which will
|
||||||
|
attempt to provide a top level organization. The name of a property that
|
||||||
|
can be used to associate an Individual with a user account. When a user
|
||||||
|
logs in with a name that matches the value of this property, the user
|
||||||
|
will be authorized to edit that Individual.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd_row">
|
<tr class="odd_row">
|
||||||
|
@ -845,8 +849,8 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Type the word "Australia" into the search box, and click on the Search
|
Type the word "Australia" into the search box, and click on the Search
|
||||||
button.You should see a page of results, with links to countries that
|
button.You should see a page of results, with links to countries that
|
||||||
border Australia, individuals that include Australia, and to
|
border Australia, individuals that include Australia, and to
|
||||||
Australia itself. To trigger the search index, you can log in as a site
|
Australia itself. To trigger the search index, you can log in as a site
|
||||||
administrator and go to "http://your-vivo-url/SearchIndex".
|
administrator and go to "http://your-vivo-url/SearchIndex".
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue