diff options
author | Wolfy-J <[email protected]> | 2018-07-28 16:37:30 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 16:37:30 +0300 |
commit | 4a7decacce91724ef5c460f6403af6b93f213676 (patch) | |
tree | c2958e8053af1889cbf1df6ba4d80a281ef6b7b7 /README.md | |
parent | eccf6d31fa42eacaf06df2b593a0942535940d68 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 50 |
1 files changed, 26 insertions, 24 deletions
@@ -12,30 +12,32 @@ It supports running as a service with the ability to extend its functionality on RoadRunner is an open source (MIT licensed), high-performance PSR-7 PHP application server, load balancer and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. -#### Introduction -* [About RoadRunner](https://github.com/spiral/roadrunner/wiki/About-RoadRunner) -* [Installation](https://github.com/spiral/roadrunner/wiki/Installation) -* [Configuration](https://github.com/spiral/roadrunner/wiki/Configuration) -* [Contributing](https://github.com/spiral/roadrunner/wiki/Contributing) -* [License](https://github.com/spiral/roadrunner/wiki/License) - -#### Using RoadRunner -* [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) -* [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) -* [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) -* [IDE integration](https://github.com/spiral/roadrunner/wiki/IDE-Integration) -* [Debug and Error Handling](https://github.com/spiral/roadrunner/wiki/Debug-And-Error-Handling) - -#### Server Customization -* [Building Server](https://github.com/spiral/roadrunner/wiki/Building-Server) -* [Managing Dependencies](https://github.com/spiral/roadrunner/wiki/Managing-Dependencies) -* [Writing Services](https://github.com/spiral/roadrunner/wiki/Writing-Services) - -#### Additional Notes -* [Production Usage](https://github.com/spiral/roadrunner/wiki/Production-Usage) -* [Event Listeners](https://github.com/spiral/roadrunner/wiki/Event-Listeners) -* [Standalone Usage](https://github.com/spiral/roadrunner/wiki/Standalone-usage) -* [Relays and Sockets](https://github.com/spiral/roadrunner/wiki/Relays-And-Sockets) +Table of Contents +----------------- +* Introduction + * [About RoadRunner](https://github.com/spiral/roadrunner/wiki/About-RoadRunner) + * [Installation](https://github.com/spiral/roadrunner/wiki/Installation) + * [Configuration](https://github.com/spiral/roadrunner/wiki/Configuration) + * [Contributing](https://github.com/spiral/roadrunner/wiki/Contributing) + * [License](https://github.com/spiral/roadrunner/wiki/License) + +* Using RoadRunner + * [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) + * [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) + * [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) + * [IDE integration](https://github.com/spiral/roadrunner/wiki/IDE-Integration) + * [Debug and Error Handling](https://github.com/spiral/roadrunner/wiki/Debug-And-Error-Handling) + +* Server Customization + * [Building Server](https://github.com/spiral/roadrunner/wiki/Building-Server) + * [Managing Dependencies](https://github.com/spiral/roadrunner/wiki/Managing-Dependencies) + * [Writing Services](https://github.com/spiral/roadrunner/wiki/Writing-Services) + +* Additional Notes + * [Production Usage](https://github.com/spiral/roadrunner/wiki/Production-Usage) + * [Event Listeners](https://github.com/spiral/roadrunner/wiki/Event-Listeners) + * [Standalone Usage](https://github.com/spiral/roadrunner/wiki/Standalone-usage) + * [Relays and Sockets](https://github.com/spiral/roadrunner/wiki/Relays-And-Sockets) Features: -------- |