Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ mysql or postgresql instead, see the database configuration section.


## Supported Server Installation Options
- [Ubuntu 24.04](#ubuntu-2404-noble)
- [Ubuntu 26.04](#ubuntu-2604-noble)
- [Debian 13](#debian-13-trixie)
- [Rocky 10](#rocky-10)
- [virtualenv + pip](#virtualenv--pip)
- [Source](#source)


### Ubuntu 24.04 (noble)
### Ubuntu 26.04 (resolute)

```shell
curl -sS https://repo.openbytes.ie/openbytes.gpg > /usr/share/keyrings/openbytes.gpg
echo "deb [signed-by=/usr/share/keyrings/openbytes.gpg] https://repo.openbytes.ie/patchman/ubuntu noble-backports main" > /etc/apt/sources.list.d/patchman.list
echo "deb [signed-by=/usr/share/keyrings/openbytes.gpg] https://repo.openbytes.ie/patchman/ubuntu resolute main" > /etc/apt/sources.list.d/patchman.list
apt update
apt -y install python3-patchman patchman-client
patchman-manage createsuperuser
Expand Down Expand Up @@ -74,7 +74,7 @@ gunicorn patchman.wsgi -b 0.0.0.0:80

### Source

#### Ubuntu 24.04 (noble)
#### Ubuntu 26.04 (resolute)

1. Install dependencies

Expand Down
Loading