Skip to content

sylque/dcs-wordpress-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dcs-wordpress-plugin

dcs-wordpress-plugin allows to integrate your WordPress blog with your Discourse forum. It is part of Docuss, a set of tools to integrate websites and web apps with Discourse.

This project is not active anymore. Fixes are provided to existing users, but I stopped working on new features. You might want to check DiscPage, which is somehow a simplified version of Docuss.

Plugin Installation

  1. Download this repository and copy the docuss folder to your Wordpress plugins folder (the full path is often /var/www/wordpress/wp-content/plugins/).

  2. Set the Owner and Group of the docuss folder to the same values as the other Wordpress files.

    For example, if you run ls -l in the plugins folder and see this:

    drwxr-xr-x 3 root     root     4096 Aug 14 17:30 docuss
    -rw-r--r-- 1 www-data www-data   28 Jun  5  2014 index.php
    

    then run chown www-data:www-data docuss/ so that it looks like this:

    drwxr-xr-x 3 www-data www-data 4096 Aug 14 17:30 docuss
    -rw-r--r-- 1 www-data www-data   28 Jun  5  2014 index.php
    

How To Use

  1. Optional: in the plugin folder, edit dcs-website.json to define where and how you want comments/discussions to be added to your blog (see the documentation here).

  2. Activate the plugin (and do this again each time you modify dcs-website.json).

  3. Check that the generated json file is accessible at this url:

    http://your.wordpress.blog/wp-content/plugins/docuss/dcs-website.php
    
  4. Install the Docuss plugin in your Discourse instance and set it up with the above url.

License

See here.

About

A WordPress plugin to integrate your WordPress blog with your Discourse forum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages