Revision 2183
Added by Matt Jones over 20 years ago
metacatinstall.html | ||
---|---|---|
176 | 176 |
version of the source distribution of Metacat. You can get it two ways. |
177 | 177 |
Authorized users can check it out of the NCEAS |
178 | 178 |
<a href="http://www.nceas.ucsb.edu/cgi-bin/cvsweb.cgi/xmltodb/">CVS</a> |
179 |
system under the module name metacat. The command is as follows: |
|
180 |
<pre>cvs checkout -P metacat</pre> Or you can |
|
179 |
system. You'll need both the "metacat" module and the "utilities" module to |
|
180 |
be checked out in sibling directories. The command is as follows: |
|
181 |
<pre>mkdir knb-software</pre> |
|
182 |
<pre>cd knb-software</pre> |
|
183 |
<pre>cvs checkout -P metacat</pre> |
|
184 |
<pre>cvs checkout -P utilities</pre> |
|
185 |
Or you can |
|
181 | 186 |
<a href="@server@/software/download.html">download</a> a gzipped tar file |
182 | 187 |
from this site. |
183 | 188 |
</p> |
Also available in: Unified diff
Added utilities module dependency to the instructions.