A web part for Kentico that adds Disqus Engage platform to your web site.
- Download the latest package from Release
- In Kentico, go to the Sites application
- Select "Import sites or objects"
- Upload the package and import it (don't forget to check the "Import code files" checkbox)
- Now you are ready to use it in the Pages application
-
Read the contribution guidelines
-
Enable the continuous integration module
-
Serialize all objects to disk
-
Open a command prompt
-
Navigate to the root of your project (where the .sln file is)
-
Fork this repo
-
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
-
Restore DB data
Kentico\CMS\bin\ContinuousIntegration.exe -r
-
Make changes
-
Use combination of
git add
,git commit
andgit push
to transfer your changes to GitHubgit status git commit -a -m "Fixed XY" git push
-
Submit a pull request
Tested with Kentico 8.1, 8.2, 9.0, 10.0