2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

Add to the deploy page

This commit is contained in:
Oliver Walters 2022-08-05 11:29:37 +10:00
parent dea274de0c
commit 87499bb5a0

View File

@ -2,27 +2,24 @@
title: Deploying InvenTree
---
### Popular Deployment Methods for InvenTree
### Deployment Methods for InvenTree
There are multiple methods to deploy InvenTree. The most popular (and by the development team supported) methods are:
There are multiple methods to deploy InvenTree. The most popular methods (supported by the development team) are:
- [Bare Metal](#bare-metal)
- [Docker](#docker)
- [Cloud](#cloud)
#### Docker
### Deploying to Bare Metal
InvenTree supports a simple containerized installation via docker. An official [docker image](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates.
# TODO
Refer to the [docker installation guide](https://inventree.readthedocs.io/en/latest/start/docker/) for more information
### Deploying to Docker
#### Bare Metal
# TODO
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.
### Deploying to the Cloud
# TODO
#### 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. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).
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. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).