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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user