2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00
This commit is contained in:
inventree-bot
2024-03-05 00:51:14 +00:00
parent 04fa5c5a97
commit 7c12a671ad
24 changed files with 555 additions and 74 deletions

View File

@ -63,15 +63,15 @@
<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://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://docs.inventree.org/en/latest/start/docker/">docker installation guide</a> for more information</p>
<h3 id="installer">Installer</h3>
<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="appjail">AppJail</h3>
<p>InvenTree can be installed on FreeBSD using AppJail. An <a href="https://github.com/AppJail-makejails/inventree">AppJail Makejail</a> is provided with regular updates.</p>
@ -86,7 +86,7 @@
<h3 id="other-options">Other Options</h3>
<p>The core InvenTree server is built using the widely used python-based framework <a href="https://djangoproject.com/">Django</a>. Therefore there are deployment methods for nearly all plattforms and architectures.</p>
<p>The core InvenTree server is built using the widely used python-based framework <a href="https://djangoproject.com/">Django</a>. Therefore there are deployment methods for nearly all platforms and architectures.</p>
</article>