2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-20 02:53:18 +00:00

Package installer docs (#368)

* Add docs for package install

* fix grammar error

* fix link

* remove vscode file

* Add extra pip env

* Add debug output

* add docs for database

* add section about envs

* some more general architecture comments

* grammar

* add comment about auto-pushing
This commit is contained in:
Matthias Mair
2022-10-16 00:54:57 +02:00
committed by GitHub
parent ead2f49586
commit 5cb82079d3
5 changed files with 127 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
title: Setup Introduction
---
!!! info "Fast install"
A quick-and-easy install can be done done with the following one-liner.
```bash
curl https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh | sh
```
Read more about the [installer](./installer.md).
## Introduction
InvenTree can be self-hosted with minimal system requirements. Multiple database back-ends are supported, allowing for flexibility where required.