Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>JATS Installation Notes</title>
        <style>  
    .indent {  
      margin-left: 4.0em;  
    }
        body {font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; font-size: 14px;
         }
         code { padding:3px; background-color: lightgray}  
  </style>
  </head>
  <body>
<h1>Notes on JATS installation</h1>
<h2>Jats Instalation Locations</h2>
<table border="1" class=indent >
  <tr><td>JATS Install Path</td><td><REPLACETAG-INSTDIR></td>  </tr>
  <tr><td>Perl Path</td><td><REPLACETAG-PERLDIR></td></tr>
  <tr><td>Root of dpkg_archive</td><td><REPLACETAG-DPKG_ARCHIVE></td></tr>
  <tr><td>Core Scripts</td><td><REPLACETAG-DPKG_ARCHIVE>\core_devl\jats2_current</td></tr>
  <tr><td>User Config File</td><td><REPLACETAG-INSTDIR>\jats_config.bat</td></tr>
</table>

<p>This installation provides a simple batch file that defines configuration of the tool and then invokes the core of the tool that should be present in dpkg_archive.</p>

<h2>PATH Environment Variable</h2>
<p>The PATH has been extended to allow JATS to be found, but currently active &quot;Cmd&quot; windows will not be update. 
<br>A new &quot;Cmd&quot; will should have a modified PATH.</p>

<h2>dpkg_archive configuration</h2>
<p>Its is the users resonsibility the ensure that dpkg_archive is mapped. Vix recommends that the 'V' drive be used to map dpkg_archive. This can be achieved with the command:</p>

<code class=indent> net use v: \\auperaarc01\devl </code>

<p> Note: The choice of package server is site specific.<br />
 It is recommended that you use a dpkg_archive, or replica, that is suitable for your site. See list below.</p>

<h3>List of dpkg_archive servers.</h3>
This list may not be complete.<br />
Note: The names of the package servers may differ on some sites.</p>

<table border="1" class=indent>
<th align="left" width="150px">Machine</th><th align="left" width="250px">Comments</th>
<tr><td>auawsaarc001</td><td>AWS Sydney (Master)</td></tr>
<tr><td>aumelaarc01</td><td>Melbourne</td></tr>
<tr><td>frbesaarc03</td><td>Besancon</td></tr>
<tr><td>kdcws017v1</td><td>KDC</td></tr>
<tr><td>questekarc01</td><td>Questek (South Africa)</td></tr>
<tr><td>skkscaarc01</td><td>KDC</td></tr>
<tr><td>thbkkaarc01</td><td>Bangkok</td></tr>
<tr><td>nessaarc01</td><td>NESS Mumbia</td></tr>
<tr><td>mykulaarc01</td><td>Malyasia</td></tr>
<tr><td colspan=2><b>Pulse Development<b></td></tr>
<tr><td>auawsaarc002</td><td>AWS Sydney (Pulse-Master)</td></tr>
<tr><td>frbesaarc02</td><td>Besancon (Pulse)</td></tr>
</table>

</body>
</html>