The Artima Developer Community
Sponsored Link

Python Buzz Forum
How to create an internal stackoverflow using drupal

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Terra Caines

Posts: 65
Nickname: terraff
Registered: Feb, 2008

Terra's blog on creating a 3d tactics game in python
How to create an internal stackoverflow using drupal Posted: Jun 9, 2009 4:27 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Terra Caines.
Original Post: How to create an internal stackoverflow using drupal
Feed Title: Terra's blog
Feed URL: http://terracaines.blogspot.com/feeds/posts/default?alt=rss
Feed Description: I am developing a open source 3d tactical game in python. This is showing the steps.
Latest Python Buzz Posts
Latest Python Buzz Posts by Terra Caines
Latest Posts From Terra's blog

Advertisement
For a while I was trying to find an internal stackoveflow website to use at my company. At first I looked at stacked , but in the time it took to get that setup that was taken down for legal reasons.

However I had recently been working with drupal and thought that there must be some combination of mods that you could use to make a stackoverflow. It turns out there is.

Here is how I got it running.

First for the most difficult part. Installing drupal. You want something like the WAMP which simplifies quite a bit. But that is windows only and the server it is running on is a mac. So how do you set it up on a mac? Use MAMP

Next, the module that you want to use is the finder module.

For configuring it you want to configure the finder module and add a content type.

For the content type you want to add is a regular content type with a title and a body. Name it something like questions.

Next you want to create the appropriate finder. For it you want to set the autocomplete option and make it search on titles.

And there you go. This doesn't recreate every option stackoverflow has, but its a pretty nice start. For additional usage like tags you can use modules like heirarchical select and create as many tag as you like for your data.

Read: How to create an internal stackoverflow using drupal

Topic: How to create an internal stackoverflow using drupal Previous Topic   Next Topic Topic: Run-length encoding in Python

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use