Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide will walk you through the steps to get started with RoadRunner. You'll learn how to install RoadRunner and configure it for your project.
To begin, you need to download RR for your platform. Visit the and download the appropriate version for your operating system.
RR requires PHP to run. If you don't have PHP installed, you can download it from the and follow the installation instructions for your operating system.
Next, you need to create a simple configuration file for RR. Open a text editor and create a new file called .rr.yaml
. Add the following content to the file:
Now you need to create a simple worker. Create a new file called psr-worker.php
and add the following content to the file:
Now you can start the server. You should have the following files in the current folder:
.rr.yaml
psr-worker.php
rr
binary
Then, open a terminal window in the current folder and run the following command:
Since you have the logs in the development mode, you should see the following output:
RoadRunner is not only HTTP plugin. There are a lot of other plugins. You can find more information about plugins in the section.