Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Kentico/DisqusThread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisqusThread

A web part for Kentico that adds Disqus Engage platform to your web site.

Installation

  1. Download the latest package from Release
  2. In Kentico, go to the Sites application
  3. Select "Import sites or objects"
  4. Upload the package and import it (don't forget to check the "Import code files" checkbox)
  5. Now you are ready to use it in the Pages application

Contributing

  1. Read the contribution guidelines

  2. Enable the continuous integration module

  3. Serialize all objects to disk

  4. Open a command prompt

  5. Navigate to the root of your project (where the .sln file is)

  6. Fork this repo

  7. Init a git repo and fetch the web part

    git init git remote add origin https://github.com/owner/repo.git git fetch git checkout origin/master -ft

  8. Restore DB data

    Kentico\CMS\bin\ContinuousIntegration.exe -r

  9. Make changes

  10. Use combination of git add, git commit and git push to transfer your changes to GitHub

    git status git commit -a -m "Fixed XY" git push

  11. Submit a pull request

Compatibility

Tested with Kentico 8.1, 8.2, 9.0, 10.0