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

Old doc links (#45)

Fixes #43
This commit is contained in:
Matthias Mair
2022-11-09 17:30:45 +01:00
committed by GitHub
parent 96976fe337
commit 22bc37cb3d
11 changed files with 17 additions and 17 deletions

View File

@ -5,17 +5,17 @@ title: Deploying InvenTree
There are multiple methods to deploy InvenTree. The most popular methods (supported by the development team) are:
### Installer
We provide a [single-line installer](https://inventree.readthedocs.io/en/latest/start/installer/) that enables a quick installation and updates using the packager manager.
We provide a [single-line installer](https://docs.inventree.org/en/latest/start/installer/) that enables a quick installation and updates using the packager manager.
### Docker
InvenTree supports a simple containerized installation via docker. An official [docker image](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates.
Refer to the [docker installation guide](https://inventree.readthedocs.io/en/latest/start/docker/) for more information
Refer to the [docker installation guide](https://docs.inventree.org/en/latest/start/docker/) for more information
### Manual Bare Metal Install
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.
A [bare metal installation guide](https://docs.inventree.org/en/latest/start/intro/) is provided for users who are looking for a low-level or custom installation.
### Cloud