1
|
<!--
|
2
|
* '$RCSfile$'
|
3
|
* Purpose: web page describing the installation of Metacat
|
4
|
* Copyright: 2008 Regents of the University of California and the
|
5
|
* National Center for Ecological Analysis and Synthesis
|
6
|
* Authors: Chad Berkley
|
7
|
*
|
8
|
* '$Author: daigle $'
|
9
|
* '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
|
10
|
* '$Revision: 4080 $'
|
11
|
*
|
12
|
*
|
13
|
-->
|
14
|
|
15
|
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0//EN">
|
16
|
<html>
|
17
|
|
18
|
<head>
|
19
|
<title>Metacat Configuration Instructions</title>
|
20
|
<link rel="stylesheet" type="text/css" href="./default.css">
|
21
|
</head>
|
22
|
|
23
|
<body>
|
24
|
|
25
|
<table class="tabledefault" width="100%">
|
26
|
<tr><td rowspan="2"><img src="./images/KNBLogo.gif"></td>
|
27
|
<td colspan="7">
|
28
|
<div class="title">Metacat Configuration</div>
|
29
|
</td>
|
30
|
</tr>
|
31
|
<tr>
|
32
|
<td><a href="/" class="toollink"> KNB Home </a></td>
|
33
|
<td><a href="/data.html" class="toollink"> Data </a></td>
|
34
|
<td><a href="/people.html" class="toollink"> People </a></td>
|
35
|
<td><a href="/informatics" class="toollink"> Informatics </a></td>
|
36
|
<td><a href="/biodiversity" class="toollink"> Biocomplexity </a></td>
|
37
|
<td><a href="/education" class="toollink"> Education </a></td>
|
38
|
<td><a href="/software" class="toollink"> Software </a></td>
|
39
|
</tr>
|
40
|
</table>
|
41
|
<hr>
|
42
|
|
43
|
<table class="tabledefault" width="100%">
|
44
|
<td class="tablehead" colspan="2"><p><a name="The Table of Contents"><h2>The Table of Contents</h2></p></td>
|
45
|
<tr>
|
46
|
<td>
|
47
|
<ul>
|
48
|
<li>
|
49
|
<a HREF="metacatconfigure.html#introduction">Introduction</a>
|
50
|
</li>
|
51
|
<li>
|
52
|
<a HREF="metacatconfigure.html#ldap-config">LDAP Configuration</a>
|
53
|
</li>
|
54
|
<li>
|
55
|
<a HREF="metacatconfigure.html#admin-login">Admin Log In</a>
|
56
|
</li>
|
57
|
<li>
|
58
|
<a HREF="metacatconfigure.html#main-config">Main Configuration Page</a>
|
59
|
</li>
|
60
|
<li>
|
61
|
<a HREF="metacatconfigure.html#properties-config">Main Properties Configuration</a>
|
62
|
</li>
|
63
|
<li>
|
64
|
<a HREF="metacatconfigure.html#database-config">Database Configuration</a>
|
65
|
</li>
|
66
|
</ul>
|
67
|
</td>
|
68
|
</tr>
|
69
|
</table>
|
70
|
|
71
|
<table class="tabledefault" width="100%">
|
72
|
<td class="tablehead" colspan="2"><p><a name="introduction"><h2>Introduction</h2></p></td>
|
73
|
<tr>
|
74
|
<td>
|
75
|
<p>
|
76
|
The first time you go to Metacat after installation or upgrade, you will be directed to
|
77
|
a series of configuration screens. You can also get there explicitly even after Metacat
|
78
|
is configured by typing:
|
79
|
|
80
|
<pre>
|
81
|
http://<yourserver.yourdomain.com>/<yourcontext>/admin
|
82
|
</pre>
|
83
|
or if you are not running apache:
|
84
|
<pre>
|
85
|
http://<yourserver.yourdomain.com>:8080/<yourcontext>/admin
|
86
|
</pre>
|
87
|
</p>
|
88
|
|
89
|
<p>
|
90
|
The system will follow these rules in order to determine the order
|
91
|
that the configuration will occur:
|
92
|
</p>
|
93
|
|
94
|
<ul>
|
95
|
<li>
|
96
|
Is LDAP Configured? If not, show
|
97
|
<a HREF="metacatconfigure.html#ldap-config">LDAP Configuration Section</a>.
|
98
|
You will need to have LDAP configured in order to define administrative accounts
|
99
|
and authenticate as one of these users via LDAP.
|
100
|
</li>
|
101
|
<li>
|
102
|
Are you logged in as an administrative user? If not, show
|
103
|
<a HREF="metacatconfigure.html#admin-login">Administrator Login Page</a>.
|
104
|
You can only configure Metacat as an administrator.
|
105
|
</li>
|
106
|
<li>
|
107
|
Are main properties, skins or database unconfigured. If so, show
|
108
|
<a HREF="metacatconfigure.html#main-config">Main Configuration Page</a>
|
109
|
<ul>
|
110
|
<li>
|
111
|
Note that you will not be able to select the database configuration utility
|
112
|
until main properties have been configured.
|
113
|
</li>
|
114
|
</ul>
|
115
|
<li>
|
116
|
Are all sections configured. If so, show
|
117
|
<a HREF="metacatconfigure.html#main-config">Main Configuration Page</a> but
|
118
|
Include instructions for restarting Metacat server.
|
119
|
</li>
|
120
|
</li>
|
121
|
</ul>
|
122
|
|
123
|
<p> See the following sections for descriptions of how each of these work.</p>
|
124
|
</td>
|
125
|
</tr>
|
126
|
</table>
|
127
|
|
128
|
<table class="tabledefault" width="100%">
|
129
|
<td class="tablehead" colspan="2"><p><a name="ldap-config"><h2>LDAP Configuration</h2></p></td>
|
130
|
<tr>
|
131
|
<td>
|
132
|
<img class="screenshot" src="./images/main-config.png"/>
|
133
|
</td>
|
134
|
</tr>
|
135
|
</table>
|