tags:

views:

82

answers:

3

I'm looking content management system that would have features similar to stackoverflow:

Users can ask and answer/questions. Users can search within existing threads. The system is access controlled - so some users can be readers/writers/admins. Some or all QnA threads should be visible only to logged in users.

So far I've mostly used wordpress as CMS but it looks like it's not well-suited for this particular task

+2  A: 

Just about any forum software will meet the basic requirements outlined above. The reason Stack Overflow is so successful is because it was specifically designed for this user domain. Wordpress? Yech! Its backend is spaghetti. :)

Shaggy Frog
+1 wordpress is not a great example of software design (and it's way too often used as a not-blogging-platform). You're right, user experience is the key here.
Brian Clozel
+1  A: 

Its not free and is hosted but you can have your own stackoverflow from the people who created it! More info here: http://meta.stackexchange.com/

zaf
It looks as though it is free now http://blog.stackexchange.com/post/518474918/stack-exchange-2-0
Charles Gargent
@Charles Gargent you're pretty up to date ;-) thanks for this link
stacker
Thanks Charles.
zaf
+1  A: 

WordPress is ok as a CMS, but really just for publishing articles within a framework and simple commenting. If you want something as nice as StackOverflow, you can license it commercially.

PHPBB2 is a good open-source bulletin-board style forum, and VBulletin is a commercial option. They both use PHP, MySQL, etc..

Chris Thornton