2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00
This commit is contained in:
Matthias Mair
2022-08-04 21:50:29 +02:00
parent 1fa05e5308
commit 25f8b83203
6 changed files with 19 additions and 21 deletions

28
deploy.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Deploying InvenTree
---
### Popular Deployment Methods for InvenTree
There are multiple methods to deploy InvenTree. The most popular (and by the development team supported) methods are:
- [Bare Metal](#bare-metal)
- [Docker](#docker)
- [Cloud](#cloud)
### Deploying to Bare Metal
# TODO
### Deploying to Docker
# TODO
### Deploying to the 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).