2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00

add more content templates

This commit is contained in:
Matthias Mair
2022-04-16 21:06:47 +02:00
parent c749fd1b0b
commit fecc9a2080
31 changed files with 274 additions and 0 deletions

6
deploy/bare-metal.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: content
title: Deploying to Bare Metal
---
# TODO

6
deploy/cloud.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: content
title: Deploying to Cloud
---
# TODO

6
deploy/docker.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: content
title: Deploying to Docker
---
# TODO

16
deploy/index.md Normal file
View File

@ -0,0 +1,16 @@
---
layout: content
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://django.org/). 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).