Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-by committed Jan 18, 2020
0 parents commit 2b5227b
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rr
vendor
3 changes: 3 additions & 0 deletions .rr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:
address: 0.0.0.0:8080
workers.command: "php worker.php"
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Roadrunner usage

https://github.com/spiral/roadrunner

$ composer install
$ ./vendor/bin/rr get-binary
$ ./rr serve -v -d
$ curl http://0.0.0.0:8080
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"spiral/roadrunner": "^1.5"
}
}
Loading

0 comments on commit 2b5227b

Please sign in to comment.