Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
689 views
in Q2A Core by

I am sure many of you are looking for a better open source discussion forum script

I can across discourse and wonder if any of you tried it?

https://meta.discourse.org

https://github.com/discourse/discourse 

  1. discourse is on ruby on rail while question2answer
  2. discourse is backed by a much larger community of contributors while question2answer has one major contributor 
  3. discourse has APIs which makes it possible to create native apps

I must add that I never installed discourse as I still love question2answer but seems to me that question2answer  is no longer in active development 

Any of you could compare the two?

Q2A version: 1.8.5

2 Answers

+4 votes
by
selected by
 
Best answer

I tried Discourse before deciding to use Q2A. My main reasons for not using Discourse were:

  • Discourse (like all other Ruby-based applications) is a pain in the rear to set up and maintain if you don't want to use Docker, because the dependency hell in Ruby is nothing short of insane. It took me 3 days to get it running whereas with Q2A it was literally 10 minutes, as promised in the docs. If you're interested feel free to read my blog post about my experience.
  • As the name suggests, Discourse is more geared towards discussions than actual Q&A, so it's more like a web forum. From what I saw it also does not allow downvoting posts, which is a feature I definitely wanted.
by
What do you think Pupi1985?
by
I hardly believe any QnA software will allow you to create sub-QnA forums out of the box. What I am 100% sure about is that you don't "need" a web service to do so.
by
would you be interested in custom writing such a plugin?
by
No. No plugin can solve that problem, actually. That requires significant changes to how Q2A works (the core). E.G. currently all users are part of the same Q2A installation; you can't make them be part of a sub-forum or something like that
+1 vote
by

It is real that the development of Q2A is slow. But it is up to each administrator to be able to modify it to your liking and thus continue generating interest in users.

...