Project

General

Profile

« Previous | Next » 

Revision 882

Added by Matt Jones over 22 years ago

Updated documentation to reflect new installprocess.

Modified build.xml to properly copy the docs into the distribution, which
required some changes in the ant token filtering scheme.

View differences:

metacatinstall.html
211 211
      <property name="html-path" value="/metadata"/>
212 212
      <property name="image-path" value="/img/metadata" />
213 213
      <property name="style-path" value="/jones/style"/>
214
      <property name="server" value="metacat.nceas.ucsb.edu"/>
214
      <property name="serverhost" value="dev.nceas.ucsb.edu"/>
215
      <property name="server" value="http://metacat.nceas.ucsb.edu"/>
215 216
      <property name="replication-log" value="metacatreplication.log"/>
216 217
      <property name="user" value="metadata"/>
217 218
      <property name="password" value="your-pw-goes-here"/>
......
274 275
   should be a directory that is accessible by the web server.
275 276
  </li>
276 277
  <li>
277
   Server is the full internet name of the server on which Metacat is running.
278
   The serverhost is the full internet name of the server on which Metacat 
279
   is running.
278 280
  </li>
279 281
  <li>
282
   The server is the http address on which Metacat is running.
283
  </li>
284
  <li>
280 285
   Replication-log is the location at which you want Metacat to place any 
281 286
   replication log files.  The user that starts Tomcat must have permission to
282 287
   write to this directory.

Also available in: Unified diff