Revert README.md - Ubuntu 24.04 has postgresql-16 and libc6 2.39 in repos
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 2s
CI Pipeline / Clippy Lints (push) Successful in 46s
CI Pipeline / Rust Unit Tests (push) Successful in 1m1s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 12s
CI Pipeline / Build .deb & Release (push) Failing after 3m16s
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 2s
CI Pipeline / Clippy Lints (push) Successful in 46s
CI Pipeline / Rust Unit Tests (push) Successful in 1m1s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 12s
CI Pipeline / Build .deb & Release (push) Failing after 3m16s
This commit is contained in:
27
README.md
27
README.md
@ -37,8 +37,8 @@ Linux Patch Manager is a web application that acts as a management plane, commun
|
||||
|
||||
| Component | Requirement |
|
||||
|-----------|-------------|
|
||||
| **Operating System** | Ubuntu 22.04 LTS or 24.04 LTS |
|
||||
| **Database** | PostgreSQL 16 (via official PostgreSQL repository) |
|
||||
| **Operating System** | Ubuntu 24.04 LTS (Noble) |
|
||||
| **Database** | PostgreSQL 16 |
|
||||
| **Memory** | 2 GB RAM minimum, 4 GB recommended |
|
||||
| **Storage** | 1 GB for application + database space |
|
||||
| **Network** | HTTPS access (port 443 recommended) |
|
||||
@ -53,36 +53,15 @@ Download the latest `.deb` package from the [Gitea Releases](https://gitea-lxc.m
|
||||
wget https://gitea-lxc.moon-dragon.us/echo/linux_patch_manager/releases/download/v0.0.2/linux-patch-manager_1.0.0-1_amd64.deb
|
||||
```
|
||||
|
||||
### 2. Install PostgreSQL 16
|
||||
|
||||
**Important:** PostgreSQL 16 is NOT available in Ubuntu's default repositories. You MUST add the official PostgreSQL repository.
|
||||
### 2. Install Dependencies
|
||||
|
||||
```bash
|
||||
# Add PostgreSQL official repository
|
||||
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
|
||||
# Import signing key
|
||||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
|
||||
|
||||
# Update package list
|
||||
sudo apt update
|
||||
|
||||
# Install PostgreSQL 16 and SSL library
|
||||
sudo apt install -y postgresql-16 libssl3
|
||||
```
|
||||
|
||||
### 3. Install the Package
|
||||
|
||||
```bash
|
||||
sudo dpkg -i linux-patch-manager_1.0.0-1_amd64.deb
|
||||
```
|
||||
|
||||
Or with automatic dependency resolution:
|
||||
|
||||
```bash
|
||||
sudo apt install ./linux-patch-manager_1.0.0-1_amd64.deb
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### 1. Database Setup
|
||||
|
||||
Reference in New Issue
Block a user