diff options
author | Valery Piashchynski <[email protected]> | 2023-01-15 15:26:54 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-15 15:26:54 +0100 |
commit | ff765952d7718fdb13f4cdaca8fbb7199c41f088 (patch) | |
tree | 28d0de53d19f15e2148ceda9b00b0cf3e4c53d47 /README.md | |
parent | e5a118316453cd956aa6f2153c8b37e9b5354ba2 (diff) | |
parent | bde8b5b574f65df90238f7e0416407280d9369b9 (diff) |
Merge remote-tracking branch 'origin/master' into feature/endure-v2
# Conflicts:
# container/plugins.go
# go.mod
# go.sum
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -15,8 +15,7 @@ <a href="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/"><img src="https://codecov.io/gh/roadrunner-server/rr-e2e-tests/branch/master/graph/badge.svg"></a> <a href="https://github.com/roadrunner-server/rr-e2e-tests/actions"><img src="https://github.com/roadrunner-server/rr-e2e-tests/workflows/linux_on_push/badge.svg" alt=""></a> <a href="https://github.com/roadrunner-server/rr-e2e-tests/actions"><img src="https://github.com/roadrunner-server/rr-e2e-tests/workflows/Linters/badge.svg" alt=""></a> - <a href="https://goreportcard.com/report/github.com/roadrunner-server/roadrunner"><img src="https://goreportcard.com/badge/github.com/roadrunner-server/roadrunner"></a> - <a href="https://lgtm.com/projects/g/roadrunner-server/roadrunner/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/roadrunner-server/roadrunner.svg?logo=lgtm&logoWidth=18"/></a> + <a href="https://goreportcard.com/report/github.com/roadrunner-server/roadrunner/v2"><img src="https://goreportcard.com/badge/github.com/roadrunner-server/roadrunner/v2"></a> <a href="https://discord.gg/TFeEmCs"><img src="https://img.shields.io/badge/discord-chat-magenta.svg"></a> <a href="https://packagist.org/packages/spiral/roadrunner"><img src="https://img.shields.io/packagist/dd/spiral/roadrunner?style=flat-square"></a> <img alt="All releases" src="https://img.shields.io/github/downloads/roadrunner-server/roadrunner/total"> @@ -84,7 +83,7 @@ COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr # USE THE RR ``` -- CLI +- Composer ```bash $ composer require spiral/roadrunner:v2.0 nyholm/psr7 @@ -97,6 +96,11 @@ $ wget https://github.com/roadrunner-server/roadrunner/releases/download/v2.X.X/ $ sudo dpkg -i roadrunner-2.X.X-linux-amd64.deb ``` +- Download the latest release (WSL2/Linux/macOS): +```bash +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh +``` + Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml)): |