Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 718 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 718 Bytes

This is the PHP side of the demo app I created for my presentation at the PHPHants March 2013 meet up.

There is also a corresponding Node.js application.

Running Guide

  1. Install nginx + php-fpm and configure with the nginx config file
  2. Install bower
  3. Install assets with bower install
  4. Run the node.js app
  5. Connect to the redis shell using the command redis-cli and push news items with rpush news '{"content": "Testy test", "to": "theusername"}'