mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Added proxmox LXC installation method to docs
This commit is contained in:
parent
31a288b44d
commit
04a0369d56
2 changed files with 32 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Installation using Kubernetes & Helm
|
title: Kubernetes / Helm
|
||||||
layout: default
|
layout: default
|
||||||
parent: Installation
|
parent: Installation
|
||||||
nav_order: 5
|
nav_order: 5
|
||||||
|
|
31
docs/installation/proxmox.md
Normal file
31
docs/installation/proxmox.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
title: Proxmox VE LXC
|
||||||
|
layout: default
|
||||||
|
parent: Installation
|
||||||
|
nav_order: 6
|
||||||
|
---
|
||||||
|
|
||||||
|
# Proxmox VE LXC
|
||||||
|
|
||||||
|
{: .warning }
|
||||||
|
> The proxmox VE LXC script for Part-DB is developed and maintained by [Proxmox VE Helper-Scripts](https://community-scripts.github.io/ProxmoxVE/)
|
||||||
|
> and not by the Part-DB developers. Keep in mind that the script is not officially supported by the Part-DB developers.
|
||||||
|
|
||||||
|
If you are using Proxmox VE you can use the scripts provided by [Proxmox VE Helper-Scripts community](https://community-scripts.github.io/ProxmoxVE/scripts?id=part-db)
|
||||||
|
to easily install Part-DB in a LXC container.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To create a new LXC container with Part-DB, you can use the following command in the Proxmox VE shell:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/part-db.sh)"
|
||||||
|
```
|
||||||
|
|
||||||
|
The same command can be used to update an existing Part-DB container.
|
||||||
|
|
||||||
|
See the [helper script website](https://community-scripts.github.io/ProxmoxVE/scripts?id=part-db) for more information.
|
||||||
|
|
||||||
|
## Bugreports
|
||||||
|
|
||||||
|
If you find issues related to the proxmox VE LXC script, please open an issue in the [Proxmox VE Helper-Scripts repository](https://github.com/community-scripts/ProxmoxVE).
|
Loading…
Add table
Add a link
Reference in a new issue