https://github.com/postalserver/install
👋 A set of useful tools for installing and running Postal.
https://github.com/postalserver/install
docker postal
Last synced: 6 months ago
JSON representation
👋 A set of useful tools for installing and running Postal.
- Host: GitHub
- URL: https://github.com/postalserver/install
- Owner: postalserver
- License: mit
- Created: 2021-07-23T08:59:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T11:53:13.000Z (almost 2 years ago)
- Last Synced: 2025-05-05T08:41:04.726Z (8 months ago)
- Topics: docker, postal
- Language: Shell
- Homepage: https://postalserver.io
- Size: 75.2 KB
- Stars: 20
- Watchers: 4
- Forks: 57
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postal Installation Tools
This repository contains the tools needed to quickly get started with Postal.
For full details on how to use it [read the documentation](https://docs.postalserver.io).
## Instralling pre-requisites
There are a number of pre-requisites needed to run Postal. These are detailed [in the documentation](https://docs.postalserver.io/getting-started/prerequisites). If you're feeling a bit lazy (or just doing a lot of testing) , we have a couple of scripts which you can use to install everything needed.
**Note:** these will install database services with insecure passwords so shouldn't be used as-if for production environments.
For Postal v2 you can use the following:
```bash
curl https://raw.githubusercontent.com/postalserver/install/main/prerequisites/install-ubuntu.v2.sh | bash
```
For Postal v3 you can use the following:
```bash
curl https://raw.githubusercontent.com/postalserver/install/main/prerequisites/install-ubuntu.v3.sh | bash
```