mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 18:45:29 +00:00
deploy: 22bc37cb3d
This commit is contained in:
10
deploy.html
10
deploy.html
@ -49,7 +49,7 @@
|
||||
|
||||
<nav class="md:mr-auto md:py-1 xs:ml-4 xs:pl-4 xs:border-l xs:border-gray-400 flex flex-wrap items-center text-base justify-center">
|
||||
<a class="mr-5 hover:cm-gray-1" href="/deploy.html">Deploy</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://inventree.readthedocs.io/en/latest/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://docs.inventree.org/en/latest/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="/blog">Blog</a>
|
||||
</nav>
|
||||
|
||||
@ -62,17 +62,17 @@
|
||||
<p>There are multiple methods to deploy InvenTree. The most popular methods (supported by the development team) are:</p>
|
||||
|
||||
<h3 id="installer">Installer</h3>
|
||||
<p>We provide a <a href="https://inventree.readthedocs.io/en/latest/start/installer/">single-line installer</a> that enables a quick installation and updates using the packager manager.</p>
|
||||
<p>We provide a <a href="https://docs.inventree.org/en/latest/start/installer/">single-line installer</a> that enables a quick installation and updates using the packager manager.</p>
|
||||
|
||||
<h3 id="docker">Docker</h3>
|
||||
|
||||
<p>InvenTree supports a simple containerized installation via docker. An official <a href="https://hub.docker.com/r/inventree/inventree/">docker image</a> is provided with regular updates.</p>
|
||||
|
||||
<p>Refer to the <a href="https://inventree.readthedocs.io/en/latest/start/docker/">docker installation guide</a> for more information</p>
|
||||
<p>Refer to the <a href="https://docs.inventree.org/en/latest/start/docker/">docker installation guide</a> for more information</p>
|
||||
|
||||
<h3 id="manual-bare-metal-install">Manual Bare Metal Install</h3>
|
||||
|
||||
<p>A <a href="https://inventree.readthedocs.io/en/latest/start/intro/">bare metal installation guide</a> is provided for users who are looking for a low-level or custom installation.</p>
|
||||
<p>A <a href="https://docs.inventree.org/en/latest/start/intro/">bare metal installation guide</a> is provided for users who are looking for a low-level or custom installation.</p>
|
||||
|
||||
<h3 id="cloud">Cloud</h3>
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
<li><a href="/deploy.html" class="footer-link">Deploy</a></li>
|
||||
|
||||
<li><a href="https://inventree.readthedocs.io/en/latest/" class="footer-link">Docs</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/latest/" class="footer-link">Docs</a></li>
|
||||
|
||||
<li><a href="/news" class="footer-link">News</a></li>
|
||||
|
||||
|
Reference in New Issue
Block a user