2017 © Pedro Peláez
 

library disqus-demo

Demo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"

image

compwright/disqus-demo

Demo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"

  • Thursday, October 2, 2014
  • by compwright
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

disqus-demo

Dependencies

  • PHP 5.4+
  • PHP Memcache extension (not Memcached)
  • PHP Mongo extension
  • Memcached
  • MongoDB

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)

Install with Composer

$ composer create-project compwright/disqus-demo ./disqus-demo
$ cd disqus-demo
$ cp .env-sample .env

Configuration

  1. Create a Disqus Application, and put the API key, API secret, and access token in your .env file
  2. Register your website on Disqus, and put the forum name (the Disqus subdomain you chose) in your .env file
  3. Start the built-in PHP server by running the start-server.sh file

You're off to the races!, (*3)

The Versions

02/10 2014

dev-master

9999999-dev

Demo project for AtlantaPHP October 2014 talk, "Building for Success and Failure With Disqus"

  Sources   Download

MIT

The Requires

 

The Development Requires