After confirming these two servers are up and running…
I must insert the ISSO script in the Ghost theme for it to run on the blog. Following instructions from here
Next, edit the post.hbs file and remove all code inside the <section class="post-full-comments"> section since this is code for Disqus. We need to replace it with the ISSO client script:
I am modifying the file /var/www/ghost/current/content/themes/casper/post.hbs with the above code replacing with the actual hostnames but I’m not seeing the comments in the post pages.
@mskian yes I did restart ghost after making the changes to post.hbs.
All I’m seeing is a message at the bottom of blog posts that says “We we’re unable to load Disqus. If your are a moderator please see our troubleshooting guide.”
I made changes to add the isso script and update like below. Then I did a ghost restart, cleared cache from browser but not seeing the isso comments there.
Note: I have never enabled any kind of comment system on this blog.
Yesterday, I commented out a line that referred to Disqus in the post.hbs file under /var/www/ghost/content/themes/storymagtheme/post.hbs. This is different from the post.hbs in /var/www/ghost/current/content/theme/Casper/
Thanks @pascalandy. I begrudgingly started integrating Disqus and in doing so I uncovered the root of this problem.
I’m not using the default Casper theme. I’m using a customized off-the-shelf Ghost theme (not realizing the non-trivial differences in how the code is spread across post.hbs and partials/*.hbs. Casper theme post.hbs includes comment logic and my theme doesn’t)
The above resulted in me modifying the wrong files to inject the ISSO and Disqus scripts (the /var/www/ghost/current is not the correct folder - ever, to modify the themes, it should always be /var/www/ghost/content/themes/mycustomtheme/post.hbs or one of the files within the partials folder)
I modified the correct file, in my case, this is under partials/disqus.hbs (this is used by the post.hbs).
At this point, Disqus was working, and now ISSO is also working on dev-us.theislandproject.co.