This is the PHP side of the demo app I created for my presentation at the PHPHants March meet up.
- Install nginx + php-fpm and configure with the nginx config file
- Install bower
- Install assets with
bower install
- Run the node.js app
- Connect to the redis shell using the command
redis-cli
and push news items withrpush news '{"content": "Testy test", "to": "theusername"}'