dev-master
9999999-devDemo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"
MIT
The Requires
The Development Requires
Demo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"
If you do not have these dependencies and are on Mac OS X, you can quickly install them with Homebrew:, (*1)
brew install php55 brew install php55-memcache brew install php55-mongo brew install memcached brew install mongodb
Be sure to follow the post-install instructions provided by Homebrew to start the memcached and mongod servers., (*2)
$ composer create-project compwright/disqus-demo ./disqus-demo $ cd disqus-demo $ cp .env-sample .env
.env
file.env
filestart-server.sh
fileYou're off to the races!, (*3)
Demo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"
MIT