I deployed an installation of octomments server for my website but I had some issues following the instructions in the README file for the server part of octomments. This PR clarifies those instructions according to my understanding of how octomments server should be set up.
The instructions seemed to suggest creating both a Github App and a Github OAuth App. I have changed this to creating just a Github App (since they are preferred nowadays over Github OAuth Apps). However for the Github App to work, it has to be installed in the repo to which the comments feature is to be added (my website in this case). I have added extra instructions for this part of the process.
I deployed an installation of octomments server for my website but I had some issues following the instructions in the README file for the server part of octomments. This PR clarifies those instructions according to my understanding of how octomments server should be set up.
The instructions seemed to suggest creating both a Github App and a Github OAuth App. I have changed this to creating just a Github App (since they are preferred nowadays over Github OAuth Apps). However for the Github App to work, it has to be installed in the repo to which the comments feature is to be added (my website in this case). I have added extra instructions for this part of the process.
Thanks for the work on this repo!