Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurx committed Jun 12, 2018
1 parent 953e8ac commit 89d978a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/solr_main.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/_build/html/_sources/solr_main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ The dockerfile is in the docker-configuration-files directory, run the following



Installing Kubernetes (local virtual machine, optional)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Running in Kubernetes
^^^^^^^^^^^^^^^^^^^^^
This section is still being written, please note that this portion of the project was tested and implemented on a local instance of Kubernetes.

::
Expand All @@ -147,8 +147,8 @@ This section is still being written, please note that this portion of the projec
- Implementation on Windows environment


Manual Management
-----------------
Running As-is
^^^^^^^^^^^^^
If you are currently logged in as root user on the linux machine, you might run into an error stating that you cannot start the solr service as that user. Typically, it is much safer to run the solr server with a different user account that has only access necessary directories and the access rights to run specific services that is required for the search functionality.

If the search engine is currently in development or testing, the service can be started with a root user with an additional parameter passed in. Otherwise, omit the ``-f`` flag if the service will be started with a non-root user.
Expand Down
1 change: 0 additions & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ <h1>Welcome to apache_solr&#8217;s documentation!<a class="headerlink" href="#we
<li class="toctree-l2"><a class="reference internal" href="solr_main.html#overview-and-summary">Overview and Summary</a></li>
<li class="toctree-l2"><a class="reference internal" href="solr_main.html#dependencies-and-requirements">Dependencies and Requirements</a></li>
<li class="toctree-l2"><a class="reference internal" href="solr_main.html#getting-started">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="solr_main.html#manual-management">Manual Management</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="groovy_main.html">Apache Groovy</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

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

14 changes: 7 additions & 7 deletions docs/_build/html/solr_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ <h3>Running Docker Container<a class="headerlink" href="#running-docker-containe
</pre></div>
</div>
</div>
<div class="section" id="installing-kubernetes-local-virtual-machine-optional">
<h3>Installing Kubernetes (local virtual machine, optional)<a class="headerlink" href="#installing-kubernetes-local-virtual-machine-optional" title="Permalink to this headline"></a></h3>
<div class="section" id="running-in-kubernetes">
<h3>Running in Kubernetes<a class="headerlink" href="#running-in-kubernetes" title="Permalink to this headline"></a></h3>
<p>This section is still being written, please note that this portion of the project was tested and implemented on a local instance of Kubernetes.</p>
<div class="highlight-python"><div class="highlight"><pre># install kubernetes
$ apt-get install
Expand All @@ -220,9 +220,8 @@ <h3>Installing Kubernetes (local virtual machine, optional)<a class="headerlink"
</pre></div>
</div>
</div>
</div>
<div class="section" id="manual-management">
<h2>Manual Management<a class="headerlink" href="#manual-management" title="Permalink to this headline"></a></h2>
<div class="section" id="running-as-is">
<h3>Running As-is<a class="headerlink" href="#running-as-is" title="Permalink to this headline"></a></h3>
<p>If you are currently logged in as root user on the linux machine, you might run into an error stating that you cannot start the solr service as that user. Typically, it is much safer to run the solr server with a different user account that has only access necessary directories and the access rights to run specific services that is required for the search functionality.</p>
<p>If the search engine is currently in development or testing, the service can be started with a root user with an additional parameter passed in. Otherwise, omit the <tt class="docutils literal"><span class="pre">-f</span></tt> flag if the service will be started with a non-root user.</p>
<p><strong>Please note that the script to run the engine is in the ``/opt/solr/bin`` directory for the Ubuntu Server environment.</strong></p>
Expand Down Expand Up @@ -277,6 +276,7 @@ <h2>Manual Management<a class="headerlink" href="#manual-management" title="Perm
</pre></div>
</div>
</div>
</div>
</div>


Expand All @@ -292,10 +292,10 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<li><a class="reference internal" href="#dependencies-and-requirements">Dependencies and Requirements</a></li>
<li><a class="reference internal" href="#getting-started">Getting Started</a><ul>
<li><a class="reference internal" href="#running-docker-container">Running Docker Container</a></li>
<li><a class="reference internal" href="#installing-kubernetes-local-virtual-machine-optional">Installing Kubernetes (local virtual machine, optional)</a></li>
<li><a class="reference internal" href="#running-in-kubernetes">Running in Kubernetes</a></li>
<li><a class="reference internal" href="#running-as-is">Running As-is</a></li>
</ul>
</li>
<li><a class="reference internal" href="#manual-management">Manual Management</a></li>
</ul>
</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/solr_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ The dockerfile is in the docker-configuration-files directory, run the following



Installing Kubernetes (local virtual machine, optional)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Running in Kubernetes
^^^^^^^^^^^^^^^^^^^^^
This section is still being written, please note that this portion of the project was tested and implemented on a local instance of Kubernetes.

::
Expand All @@ -147,8 +147,8 @@ This section is still being written, please note that this portion of the projec
- Implementation on Windows environment


Manual Management
-----------------
Running As-is
^^^^^^^^^^^^^
If you are currently logged in as root user on the linux machine, you might run into an error stating that you cannot start the solr service as that user. Typically, it is much safer to run the solr server with a different user account that has only access necessary directories and the access rights to run specific services that is required for the search functionality.

If the search engine is currently in development or testing, the service can be started with a root user with an additional parameter passed in. Otherwise, omit the ``-f`` flag if the service will be started with a non-root user.
Expand Down

0 comments on commit 89d978a

Please sign in to comment.