Skip to content

Commit 96d260d

Browse files
committed
update layout
1 parent c39a400 commit 96d260d

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

PACKAGE-INSTALL.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo apt update
1616
sudo apt install postgresql-16-documentdb
1717
```
1818

19-
### RHEL & CentOS (x86_64 only)
19+
### RHEL & CentOS (x86_64 & aarch64)
2020
```bash
2121
# Enable CRB repository (required for PostGIS dependencies)
2222
sudo dnf install -y dnf-plugins-core
@@ -40,7 +40,7 @@ sudo dnf install postgresql16-documentdb
4040

4141
```
4242

43-
**Note:** PostgreSQL 15 RPM packages are not yet available. CRB (CodeReady Builder) repository is required for PostGIS/GDAL dependencies.
43+
**Note:** CRB (CodeReady Builder) repository is required for PostGIS/GDAL dependencies. PostgreSQL 15 RPM packages may be available in future releases.
4444

4545
## Version Pinning
4646

@@ -80,7 +80,7 @@ dnf --showduplicates list postgresql16-documentdb
8080

8181
**YUM Packages (RPM):**
8282
- ✅ x86_64 (Intel/AMD 64-bit processors)
83-
- ✅ aarch64 (Not available yet)
83+
- ✅ aarch64 (ARM64 processors - AWS Graviton, etc.)
8484

8585
### OS Distribution Support
8686

@@ -90,9 +90,11 @@ dnf --showduplicates list postgresql16-documentdb
9090
- Debian 11 (Bullseye)
9191
- Debian 12 (Bookworm)
9292

93-
**RHEL/CentOS (YUM):**
94-
- RHEL/Rocky/AlmaLinux 8
95-
- RHEL/Rocky/AlmaLinux 9
93+
**RHEL-based distributions (YUM/DNF):**
94+
- RHEL 8/9
95+
- Rocky Linux 8/9
96+
- AlmaLinux 8/9
97+
- CentOS Stream 8/9
9698

9799
## Quick Install (Skip GPG Verification)
98100

@@ -147,7 +149,7 @@ echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/documentdb-archive-key
147149
sudo apt update && sudo apt install postgresql-16-documentdb
148150
```
149151

150-
### RHEL/Rocky/AlmaLinux 8
152+
### RHEL/Rocky/AlmaLinux/CentOS Stream 8
151153
```bash
152154
# Enable CRB repository (required for PostGIS dependencies)
153155
sudo dnf install -y dnf-plugins-core
@@ -165,7 +167,7 @@ EOF
165167
sudo dnf install postgresql16-documentdb
166168
```
167169

168-
### RHEL/Rocky/AlmaLinux 9
170+
### RHEL/Rocky/AlmaLinux/CentOS Stream 9
169171
```bash
170172
# Enable CRB repository (required for PostGIS dependencies)
171173
sudo dnf install -y dnf-plugins-core

app/packages/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function PackagesPage() {
2626
</div>
2727

2828
{/* Quick Install Cards */}
29-
<div className="grid md:grid-cols-2 gap-6 mb-12">
29+
<div className="space-y-6 mb-12">
3030
{/* Debian/Ubuntu Card */}
3131
<div className="bg-neutral-800 rounded-lg p-6 border border-neutral-700">
3232
<div className="flex items-center mb-4">
@@ -105,10 +105,10 @@ export default function PackagesPage() {
105105
</div>
106106
<div className="flex items-center justify-between text-sm">
107107
<span className="text-gray-400">
108-
<strong>Supports:</strong> RHEL 8/9, Rocky, AlmaLinux
108+
<strong>Supports:</strong> RHEL 8/9, Rocky, AlmaLinux, CentOS Stream
109109
</span>
110110
<span className="text-red-400">
111-
x86_64 only
111+
x86_64 + aarch64
112112
</span>
113113
</div>
114114
</div>

0 commit comments

Comments
 (0)