Skip to content

Commit 04a0369

Browse files
committed
Added proxmox LXC installation method to docs
1 parent 31a288b commit 04a0369

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/installation/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Installation using Kubernetes & Helm
2+
title: Kubernetes / Helm
33
layout: default
44
parent: Installation
55
nav_order: 5

docs/installation/proxmox.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Proxmox VE LXC
3+
layout: default
4+
parent: Installation
5+
nav_order: 6
6+
---
7+
8+
# Proxmox VE LXC
9+
10+
{: .warning }
11+
> The proxmox VE LXC script for Part-DB is developed and maintained by [Proxmox VE Helper-Scripts](https://community-scripts.github.io/ProxmoxVE/)
12+
> and not by the Part-DB developers. Keep in mind that the script is not officially supported by the Part-DB developers.
13+
14+
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)
15+
to easily install Part-DB in a LXC container.
16+
17+
## Usage
18+
19+
To create a new LXC container with Part-DB, you can use the following command in the Proxmox VE shell:
20+
21+
```bash
22+
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/part-db.sh)"
23+
```
24+
25+
The same command can be used to update an existing Part-DB container.
26+
27+
See the [helper script website](https://community-scripts.github.io/ProxmoxVE/scripts?id=part-db) for more information.
28+
29+
## Bugreports
30+
31+
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).

0 commit comments

Comments
 (0)