2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/deploy.md
Oliver 56785e24b1
Update deploy.md
Co-authored-by: Matthias Mair <code@mjmair.com>
2022-08-06 09:29:48 +10:00

929 B

title
title
Deploying InvenTree

Deployment Methods for InvenTree

There are multiple methods to deploy InvenTree. The most popular methods (supported by the development team) are:

Docker

InvenTree supports a simple containerized installation via docker. An official docker image is provided with regular updates.

Refer to the docker installation guide for more information

Bare Metal

A bare metal installation guide is provided for users who are looking for a low-level or custom installation.

Cloud

TODO

Other Options

The core InvenTree server is built using the widely used python-based framework Django. Therefore there are deployment methods for nearly all plattforms and architectures.