Revision 3594
Added by Jing Tao about 17 years ago
metacatinstall.html | ||
---|---|---|
41 | 41 |
<hr> |
42 | 42 |
|
43 | 43 |
<table class="tabledefault" width="100%"> |
44 |
<td class="tablehead" colspan="2"><p class="emphasis">***Disclaimer***</p></td>
|
|
44 |
<td class="tablehead" colspan="2"><p class="emphasis"><h2>***Disclaimer***</h2></p></td>
|
|
45 | 45 |
<tr> |
46 | 46 |
<td> |
47 | 47 |
<p class="emphasis"> |
... | ... | |
54 | 54 |
</table> |
55 | 55 |
|
56 | 56 |
<table class="tabledefault" width="100%"> |
57 |
<td class="tablehead" colspan="2"><p><a name="The Table of Contents">The Table of Contents</p></td>
|
|
57 |
<td class="tablehead" colspan="2"><p><a name="The Table of Contents"><h2>The Table of Contents</h2></p></td>
|
|
58 | 58 |
<tr> |
59 | 59 |
<td> |
60 | 60 |
<ul> |
... | ... | |
81 | 81 |
</td> |
82 | 82 |
|
83 | 83 |
<table class="tabledefault" width="100%"> |
84 |
<td class="tablehead" colspan="2"><p><a name="Operating System Specific Instructions">Operating System Specific Instructions</p></td>
|
|
84 |
<td class="tablehead" colspan="2"><p><a name="Operating System Specific Instructions"><h2>Operating System Specific Instructions</h2></p></td>
|
|
85 | 85 |
<tr> |
86 | 86 |
<td> |
87 | 87 |
<p class="emphasis"> |
... | ... | |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
<table class="tabledefault" width="100%"> |
102 |
<td class="tablehead" colspan="2"><p><a name="Pre-Installation">Pre-Installation</p></td>
|
|
102 |
<td class="tablehead" colspan="2"><p><a name="Pre-Installation"><h2>Pre-Installation</h2></p></td>
|
|
103 | 103 |
<tr> |
104 | 104 |
<td> |
105 | 105 |
<p class="header">Minimum Requirements</p> |
... | ... | |
135 | 135 |
</table> |
136 | 136 |
|
137 | 137 |
<table class="tabledefault" width="100%"> |
138 |
<td class="tablehead" colspan="2"><p><a name="Aditional Software Setup">Aditional Software Setup</p></td>
|
|
138 |
<td class="tablehead" colspan="2"><p><a name="Aditional Software Setup"><h2>Aditional Software Setup</h2></p></td>
|
|
139 | 139 |
<tr> |
140 | 140 |
<td> |
141 | 141 |
<p class="header">Java</p> |
... | ... | |
220 | 220 |
</table> |
221 | 221 |
|
222 | 222 |
<table class="tabledefault" width="100%"> |
223 |
<td class="tablehead" colspan="2"><p><a name="Edit build.properties File">Edit <code>build.properties</code> File</p></td>
|
|
223 |
<td class="tablehead" colspan="2"><p><a name="Edit build.properties File"><h2>Edit <code>build.properties</code> File</h2></p></td>
|
|
224 | 224 |
<tr> |
225 | 225 |
<td> |
226 | 226 |
<p> |
... | ... | |
743 | 743 |
<p>This section is only for a fresh installation. If you are upgrading an existing Metacat, please skip |
744 | 744 |
this section and go to the next one - <a HREF="metacatinstall.html#Upgrade">Compilation and Upgrading Existing Metacat</a> |
745 | 745 |
<p> |
746 |
<h2>Run Ant Build</h2></p>
|
|
746 |
<h3>Run Ant Build</h3></p>
|
|
747 | 747 |
<p> |
748 | 748 |
Ant allows compilation and installation to be done in one step. |
749 | 749 |
Change into the metacat directory and type: |
... | ... | |
771 | 771 |
properties in the build.properties files and type: |
772 | 772 |
<p class="header"><b>ant deploy-lsid</b> |
773 | 773 |
<p> |
774 |
<h2>SQL Scripts</h2></p>
|
|
774 |
<h3>SQL Scripts</h3></p>
|
|
775 | 775 |
<p> |
776 | 776 |
You now need to set up the table structure in your database. You can |
777 | 777 |
do this either using the ant build system, or by manually running the |
... | ... | |
822 | 822 |
UPDATED NUMBER(1) |
823 | 823 |
</pre> |
824 | 824 |
</p> |
825 |
<p><h2>Register schemas and DTDs</h2></p>
|
|
825 |
<p><h3>Register schemas and DTDs</h3></p>
|
|
826 | 826 |
<p>Once the tables have been created, you should also register the Ecological |
827 | 827 |
Metadata Language (EML) DTDs and schemas. <b>However, note that you should |
828 | 828 |
NOT do this if you are upgrading an existing installation -- the upgrade |
... | ... | |
836 | 836 |
from your sql utility (but be sure to use the version in the 'build' directory |
837 | 837 |
that has been customized for your installation). |
838 | 838 |
</p> |
839 |
<h2>Restart Tomcat</h2>
|
|
839 |
<h3>Restart Tomcat</h3>
|
|
840 | 840 |
<p> |
841 | 841 |
Once you have successfully installed Metacat, there is one more step. Tomcat |
842 | 842 |
(and Apache if you have Tomcat integrated with it) must be restarted. To do |
... | ... | |
868 | 868 |
catalina.sh file in tomcat bin directory. The reason is that GeoServer uses X11 windows to draw graphics. |
869 | 869 |
</p> |
870 | 870 |
|
871 |
<h2>Deploy wsdl file (Only for EarthGrid-enabled Metacat installation) </h2>
|
|
871 |
<h3>Deploy wsdl file (Only for EarthGrid-enabled Metacat installation) </h3>
|
|
872 | 872 |
<p> |
873 | 873 |
Once Tomcat is running successfully, there is another step for EarthGrid-enabled Metacat installation. |
874 | 874 |
In metacat directory, type: |
... | ... | |
886 | 886 |
<td> |
887 | 887 |
<a name="protocol"></a> |
888 | 888 |
<p>The following instructions are for upgrading an existing Metacat. |
889 |
<p><h2>Stop the running Metacat</h2>
|
|
889 |
<p><h3>Stop the running Metacat</h3>
|
|
890 | 890 |
<P>To do this, login as the user that runs your tomcat server (often "tomcat"), |
891 | 891 |
go to $CATALINA_HOME/bin and type: |
892 | 892 |
<pre><b>./shutdown.sh</b> </pre> |
893 | 893 |
<p> |
894 |
<h2>Run Ant Build</h2></p>
|
|
894 |
<h3>Run Ant Build</h3>
|
|
895 | 895 |
<p> |
896 | 896 |
Ant allows compilation and upgrading to be done in one step. |
897 | 897 |
Change into the metacat directory and type: |
... | ... | |
919 | 919 |
properties in the build.properties files and type: |
920 | 920 |
<p class="header"><b>ant deploy-lsid</b> |
921 | 921 |
|
922 |
<p><h2>Upgrade SQL Scripts</h2></p>
|
|
922 |
<p><h3>Upgrade SQL Scripts</h3></p>
|
|
923 | 923 |
<p> |
924 | 924 |
If you have an existing metacat installation, you should not run the install |
925 | 925 |
script because it will replace all of the older tables with new, empty |
... | ... | |
947 | 947 |
are customized for your installation in that directory.</em> |
948 | 948 |
</p> |
949 | 949 |
</p> |
950 |
<h2>Restart Tomcat</h2>
|
|
950 |
<h3>Restart Tomcat</h3>
|
|
951 | 951 |
<p> |
952 | 952 |
Once you have successfully installed Metacat, there is one more step. Tomcat |
953 | 953 |
(and Apache if you have Tomcat integrated with it) must be restarted. To do |
... | ... | |
978 | 978 |
catalina.sh file in tomcat bin directory. The reason is that GeoServer uses X11 windows to draw graphics. |
979 | 979 |
</p> |
980 | 980 |
|
981 |
<h2>Deploy wsdl file (Only for EarthGrid-enabled Metacat installation) </h2>
|
|
981 |
<h3>Deploy wsdl file (Only for EarthGrid-enabled Metacat installation) </h3>
|
|
982 | 982 |
<p> |
983 | 983 |
Once Tomcat is running successfully, there is another step for EarthGrid-enabled Metacat installation. |
984 | 984 |
In metacat directory, type: |
Also available in: Unified diff
Changed the size of subtitle and title.