Installation
macOS
courier
is available via Homebrew. To install courier
run:
brew tap blutui/courier
brew install courier
After your first installation of courier
, it's time to setup the services required to run courier
, run:
courier install
Complete the getting started guide and learn how to start building your first project.
Upgrade:
To upgrade to the latest version of courier
, run:
brew upgrade courier
Windows
courier
is available via scoop. To install courier
run:
scoop bucket add blutui https://github.com/blutui/bucket-courier.git
scoop install blutui/courier
Git is required to install scoop
buckets
After your first installation of courier
, it's time to setup the services required to run courier
, run:
courier install
Complete the getting started guide and learn how to start building your first project.
Upgrade:
To upgrade to the latest version of courier
, run:
scoop update courier
Linux
courier
is available on many popular Linux distributions.
After installing courier
on Linux, complete the getting started guide and learn how to start building your first project.
Debian/Ubuntu
Install and upgrade:
- Download the
.deb
file from the downloads page - Install the downloaded file:
sudo apt install ./courier_*_linux_amd64.deb
- Run
courier install
to setup the required services for Blutui Courier.
Fedora
Install and upgrade:
- Download the
.rpm
file from the downloads page - Install the downloaded file:
sudo dnf install ./courier_*_linux_amd64.rpm
- Run
courier install
to setup the required services for Blutui Courier.
Centos
Install and upgrade:
- Download the
.rpm
file from the downloads page - Install the downloaded file:
sudo yum localinstall ./courier_*_linux_amd64.rpm
- Run
courier install
to setup the required services for Blutui Courier.
openSUSE/SUSE
Install and upgrade:
- Download the
.rpm
file from the downloads page - Install the downloaded file:
sudo zypper in ./courier_*_linux_amd64.rpm
- Run
courier install
to setup the required services for Blutui Courier.