2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 18:45:29 +00:00
This commit is contained in:
matmair
2022-10-24 21:28:52 +00:00
parent a2f43f09b4
commit 9aa6cae529
7 changed files with 15 additions and 17 deletions

View File

@ -59,24 +59,22 @@
<h2>Deploying InvenTree</h2>
<h3 id="deployment-methods-for-inventree">Deployment Methods for InvenTree</h3>
<p>There are multiple methods to deploy InvenTree. The most popular methods (supported by the development team) are:</p>
<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>
<h4 id="docker">Docker</h4>
<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>
<h4 id="manual-bare-metal-install">Manual Bare Metal Install</h4>
<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>
<h4 id="cloud">Cloud</h4>
<h3 id="cloud">Cloud</h3>
<p>A member of the team provides a <a href="https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014&amp;action=deploy">1-click app for InvenTree</a> on the DigitalOcean marketplace.</p>