integrating a discourse message board with an existing rails site

后端 未结 2 794
深忆病人
深忆病人 2021-01-01 16:01

I\'m looking at integrating a message board for a site I\'m developing in rails. The new discourse board looks interesting http://www.discourse.org/ but there isn\'t much in

相关标签:
2条回答
  • 2021-01-01 16:37

    I was interested in the same issue but here's what I found on Github issues:

    The easiest way to get it running would be to install Discourse outside of your app. We do offer the full source code if you want to integrate with your existing login system, but I imagine it would be a fair amount of work at this point.

    Right now we haven't focused much on production deployments since we're pre-beta and want to make sure people have a super easy upgrade system in place to stay on top of security holes.

    0 讨论(0)
  • 2021-01-01 16:59

    Not done any app with Discourse, but if their site does not provide a lot of info did you browse the Git Repository https://github.com/discourse/discourse it provides plenty of information and resources links like these ones :

    1. Discourse Developer Install Guide (Vagrant) : https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md

    2. Developer Advanced : https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md

    3. Admin quick Start : https://github.com/discourse/discourse/wiki/The-Discourse-Admin-Quick-Start-Guide

    Hope it can be of some help for you

    Cheers

    0 讨论(0)
提交回复
热议问题