vote up 10 vote down star
10

I want to develop a Q/A site with features substantially similar to stackoverflow, but targeted to a different niche (electrical/hardware engineering as opposed to software engineering).

The code that runs stackoverflow is not opensource, and from a previous mention of it on the podcast I believe I can assume it never will be. (Though uservoice said "Wait 3-6 months and ask again")

I don't want to start from scratch as Jeff et al did, but I do want a Q/A site rather than a discussion site.

What framework or CMS would you start with to create this site if you were tasked with it?

-Adam Davis

flag

12 Answers

vote up 11 vote down check

Use Drupal combined with the Community Plugins, specially the Questions and Answers module.

There are several Open Source projects underway with the specific goal of creating Stack Overflow work-alike sites, or at least using SO as inspiration for their own designs:

  • cnprog - the software behind the highly-acclaimed Chinese programming Q&A site of the same name

  • Stacked - a project by long-time Stack Overflow user Thomas Hansen

  • Ever wonder what SO would be like if it had been written in Ruby? Check out shapado, a "stackoverflow-like app written in ruby, mongomapper and mongodb".

  • A similar project is cahoots, which starts with the SO wiki + Q&A idea, but expands on it with features supporting integrated blogging, article publication, and limited "social networking". This project is fairly new, but quite ambitious in scope...

link|flag
vote up 2 vote down

Well the one that started it all is, of course Slashcode, the open-source software that powers Slashdot.org. There's also Pligg, an open-source digg-clone and a cursory google search will lead to many other similar open-source systems.

link|flag
vote up 1 vote down

You could take a look at DotNetNuke.

link|flag
vote up 1 vote down

the Ektron CMS has a strong suite of community networking tools -- it may be a good place to start.

link|flag
vote up 1 vote down

Are you going to open source it? I can definitely think a lot of people would want to use it for their own communities.

As for the question, I agree with Jorge, Drupal is highly extensible.

link|flag
vote up 1 vote down

My suggestion for a framework would be Ruby on Rails (but of course with that you would start from scratch). Maybe you want to look into Insoshi.

link|flag
vote up 1 vote down

@Adam Why wait 3-6 months and not be the first one?

link|flag
vote up 1 vote down

Adam, would you, please, share your experience with this project?

I've asked a similar question (although for me it's more a student excersize) and was sent here. Wondering how much progress you did in these two weeks, what you've learned.

link|flag
vote up 1 vote down

I don't have an easy answer to this question, but you might consider looking at Kigg:

Kigg is an open-source Digg clone built on ASP.NET MVC. I realize this is different than StackOverflow, but it is still a user generated web site with an extensive comments, karma & membership system.

This might offer a good starting place.

link|flag
vote up 1 vote down

I'm having a go with Django, as I think something like SO would be great to have in work:

SOClone Django models

link|flag
vote up 0 vote down

@pek

I would open source it, if only because I don't want to duplicate effort, and I'm certain others are interested in various components of it.

I suspect if I wait 3-6 months, though, someone else will have something similar available and open already.

-Adam

link|flag
vote up -2 vote down

Adam, any progress so far?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.