mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
25 lines
931 B
Markdown
25 lines
931 B
Markdown
---
|
|
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](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates.
|
|
|
|
Refer to the [docker installation guide](https://inventree.readthedocs.io/en/latest/start/docker/) for more information
|
|
|
|
#### Bare Metal
|
|
|
|
A [bare metal installation guide](https://inventree.readthedocs.io/en/latest/start/intro/) 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](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. |