# Medplum APT Repository

This repository distributes the DEB packages for Medplum.

## Prerequisites

[Node.js 20+](https://deb.nodesource.com/)

[Postgres 14+](https://wiki.postgresql.org/wiki/Apt)

[Redis 6+](https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-linux/)

## Install Medplum

```
curl -fsSL https://apt.medplum.com/setup.sh | sudo bash -
sudo apt-get update
sudo apt-get install medplum
```

We encourage you to inspect  
[setup.sh](https://apt.medplum.com/setup.sh) contents before  
running.

See  
[https://www.medplum.com/docs/self-hosting/install-on-ubuntu](/content/docs/self-hosting/install-on-ubuntu/index.html)  
for more information.
