Skip to content

Commit

Permalink
deploy: d7bdfa4
Browse files Browse the repository at this point in the history
  • Loading branch information
rayosborn committed Oct 23, 2023
1 parent 4b6ee03 commit 14ff183
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
16 changes: 14 additions & 2 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ If you are interested in using this package, please contact Ray Osborn
relevant tracebacks.

Initial Setup
=============
-------------
In order to allow NXRefine to be used on machines with multiple users,
a directory is defined to store log files, task queues, and settings.
a directory is defined to store log files, task queues, and settings.
This directory can be initialized on the command line by the 'nxserver'
command:

$ nxserver -d /path/to/parent

.. note:: The name of the server directory is always 'nxserver.' This
will be appended to the supplied path, unless the final
element is already 'nxserver.'

All the files in the 'nxserver' directory will have group read/write
permissions to allow them to be updated by multiple users in that group.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ <h1>NXRefine<a class="headerlink" href="#nxrefine" title="Permalink to this head
<li class="toctree-l2"><a class="reference internal" href="installation.html#required-libraries">Required Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#cctw">CCTW</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#user-support">User Support</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#initial-setup">Initial Setup</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="installation.html#initial-setup">Initial Setup</a></li>
</ul>
</div>
</div>
Expand Down
21 changes: 17 additions & 4 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,24 @@ <h2>User Support<a class="headerlink" href="#user-support" title="Permalink to t
<a class="reference external" href="https://github.com/nxrefine/nxrefine/issues">Github issue</a>, with
relevant tracebacks.</p>
</div>
</div>
<div class="section" id="initial-setup">
<h1>Initial Setup<a class="headerlink" href="#initial-setup" title="Permalink to this headline"></a></h1>
<h2>Initial Setup<a class="headerlink" href="#initial-setup" title="Permalink to this headline"></a></h2>
<p>In order to allow NXRefine to be used on machines with multiple users,
a directory is defined to store log files, task queues, and settings.</p>
a directory is defined to store log files, task queues, and settings.
This directory can be initialized on the command line by the ‘nxserver’
command:</p>
<blockquote>
<div><p>$ nxserver -d /path/to/parent</p>
</div></blockquote>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The name of the server directory is always ‘nxserver.’ This
will be appended to the supplied path, unless the final
element is already ‘nxserver.’</p>
</div>
<p>All the files in the ‘nxserver’ directory will have group read/write
permissions to allow them to be updated by multiple users in that group.</p>
</div>
</div>


Expand All @@ -119,9 +132,9 @@ <h3><a href="index.html">Table of Contents</a></h3>
<li><a class="reference internal" href="#required-libraries">Required Libraries</a></li>
<li><a class="reference internal" href="#cctw">CCTW</a></li>
<li><a class="reference internal" href="#user-support">User Support</a></li>
<li><a class="reference internal" href="#initial-setup">Initial Setup</a></li>
</ul>
</li>
<li><a class="reference internal" href="#initial-setup">Initial Setup</a></li>
</ul>

</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14ff183

Please sign in to comment.