https://github.com/codevate/blog-disqus-integration
A companion project for our blog post on integrating the Disqus comment system.
https://github.com/codevate/blog-disqus-integration
blog-disqus blog-platform disqus disqus-api disqus-comments-thread disqus-widget doctrine-orm php single-sign-on symfony-application symfony2 twig-extension
Last synced: 7 months ago
JSON representation
A companion project for our blog post on integrating the Disqus comment system.
- Host: GitHub
- URL: https://github.com/codevate/blog-disqus-integration
- Owner: Codevate
- Created: 2017-02-21T15:21:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T14:24:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-16T12:15:27.375Z (7 months ago)
- Topics: blog-disqus, blog-platform, disqus, disqus-api, disqus-comments-thread, disqus-widget, doctrine-orm, php, single-sign-on, symfony-application, symfony2, twig-extension
- Language: PHP
- Homepage: https://www.codevate.com/blog/15-driving-user-engagement-by-leveraging-disqus-in-symfony-based-web-apps
- Size: 840 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disqus Blog
A companion project for our blog post on integrating the [Disqus](https://disqus.com/) comment system.

## Getting started
Install dependencies:
```
composer install
```Create the database, setup the schema, and load the fixtures:
```
php app/console doctrine:database:create --if-not-exists
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
```Start the server:
```
php app/console server:run
```You can now log in with the username and password `test` at http://127.0.0.1:8000/login
## Troubleshooting
* Make sure you've entered values for all of the disqus parameters in `parameters.yml`
* Check that SSO is enabled for your account (use this [contact form](https://disqus.com/support/?article=Integrating%20Single%20Sign-On))## Credits
- [Clean Blog template](https://startbootstrap.com/template-overviews/clean-blog/) provided by [David Miller](http://davidmiller.io/).
### About Codevate
Codevate is a specialist [UK mobile app development company](https://www.codevate.com/) that builds cloud-connected software. This repository was created for a blog post about a [custom web application development](https://www.codevate.com/services/web-development) project and was written by Chris Lush.