2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +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

View File

@ -9,7 +9,7 @@ description: >-
demo-link: https://inventree.readthedocs.io/en/latest/demo/
doc-link: https://inventree.readthedocs.io/en/latest/
deploy-link:
internal: deploy/index.md
internal: deploy.md
blog-link:
internal: blog.html
plugin-link:

View File

@ -43,4 +43,4 @@
- name: Blog
internal: blog.html
- name: Deploy
internal: deploy/index.md
internal: deploy.md

View File

@ -6,10 +6,23 @@ title: Deploying 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)
- [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).
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).

View File

@ -1,5 +0,0 @@
---
title: Deploying to Bare Metal
---
# TODO

View File

@ -1,5 +0,0 @@
---
title: Deploying to Cloud
---
# TODO

View File

@ -1,5 +0,0 @@
---
title: Deploying to Docker
---
# TODO