From ffdcfc3890629da2b194db2e5774d2e506df4a42 Mon Sep 17 00:00:00 2001 From: Amir Date: Thu, 29 Dec 2016 12:26:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d81a36..59682d0 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ To test this app on your local server: #Note To host this online, you'll need to set a few things up: -- Create Ratchet as a service so it can run persistently on your server -- If on SSL, Ratchet won't work unless you make some changes on your server. This [answer on Stack Overflow](https://stackoverflow.com/questions/16979793/php-ratchet-websocket-ssl-connect) should be helpful +- Create Ratchet as a service so it can run persistently on your server. Check the file *ratchet_as_a_service.txt* for the guide on how to do this on CentOS7 +- If on SSL, Ratchet won't work unless you make some changes on your server. This [answer on Stack Overflow](https://stackoverflow.com/questions/16979793/php-ratchet-websocket-ssl-connect) should be helpful.