mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-29 14:06:45 +00:00
15 lines
635 B
Markdown
15 lines
635 B
Markdown
---
|
|
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)
|
|
|
|
### 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). |