Help for setting up a forum on Intranet

  • Thread starter Thread starter Homer Simpson
  • Start date Start date
  • Tags Tags
    Forum
Click For Summary

Discussion Overview

The discussion revolves around setting up a forum on an intranet for sharing information among co-workers. Participants explore various aspects such as software options, server requirements, and the feasibility of creating a forum similar to existing platforms.

Discussion Character

  • Technical explanation
  • Exploratory

Main Points Raised

  • One participant inquires about the software options available for creating an intranet forum, including whether it can be restricted to certain users on the LAN.
  • Another participant suggests that running the forum on the intranet's server is necessary and mentions that many forums come with installation scripts for ease of setup.
  • There is a recommendation for using free and open-source forum software like PunBB and phpBB, along with a mention of vBulletin.
  • A participant outlines the need for a server machine within the LAN and discusses the choice between Apache and Microsoft IIS for web server software, noting the limitations of IIS on non-server Windows operating systems.
  • Further details are provided about the requirements for running PHP and MySQL to support the forum software, along with alternatives like ASP/ASP.NET and JSP.
  • One participant highlights the ease of password protection for the forum as a feature that may be necessary.

Areas of Agreement / Disagreement

The discussion presents multiple viewpoints on the software and server requirements for setting up an intranet forum, with no consensus reached on a single approach or solution.

Contextual Notes

Participants express varying levels of familiarity with server setups and software options, indicating potential gaps in knowledge about specific configurations and requirements.

Homer Simpson
Messages
184
Reaction score
1
Hi all,

At work we are looking into the idea of setting up a forum much like this one on our intranet to share information amongst our co-workers. I have no idea how much is involved or where to begin.

-Is there software that can be purchased?
-Can it be done on intranet for only certain people on the LAN?
-Is it hard to get a forum that has similar thread organization and search tools as this one?
-Have you heard of any other industry doing this?

Thanks very much.
 
Computer science news on Phys.org
To have it for your intranet only i guess you would have to run it on the intranet's server.

Most of the forums are very simple to install as the often come with an installation script, that asks for information such as db host, pass, etc. It is usually for setting up the database and the initial configurations, like allowing guest posts, etc.

This site uses vbulleting but there are many free, opensource ones like PunBB.
 
You'll need a server machine inside your LAN. There are many ways you can do this for free, most (all even) the software is free.
Number one you'll need some machine to run as server, any machine will do, the faster the better of course. You'll need Web Server software such as:
Apache (free) http://httpd.apache.org/
Microsoft Internet Information Service (IIS). A free copy comes in your windows CD, not installed by default, you can install it by going to control Add/Remove Programs, WIndows Components and selecting IIS. The versions of IIS that come with non server Windows Operating Systems are usually limited in the number of connections to, i think, about 10, which might be too little.

Unless a computer in your LAN is running Windows 2003 Server i would go with Apache, otherwise i would go with IIS.
Some forum software:
http://www.phpbb.com/downloads.php (free)
http://www.vbulletin.com/ (free to try)
Both of these forums run on PHP, and MYSQL. PHP is server-side language, so in order to run these forums your Web Server (whichever you pick) will need to be configured to run PHP. PHP is free:
http://www.php.net/
Finally, you'll also need MYSQL, a free database server so that your forums can store all of the posts and all the user information. Check whether your forum installation comes with a copy of MySQL, otherwise go to:
http://dev.mysql.com/downloads/

You should know that there are alternatives to PHP, like ASP/ASP.NET and JSP. If you find forum software that runs in JSP, PHP or CGI, then install the correct server extension. Windows likes ASP/ASP.NET obviously, and if you have the .NET framework, which you likely do if you ever updated Windows recently, then your IIS can easily run ASP/ASP.NET.
But, from what I've seen, the PHP forums are the most popular, and for good reasons, they're the best I've seen by far.

It's also very easy to password protect the forum if needed.
 
Last edited:
Thanks a lot for the details
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
6K
  • · Replies 102 ·
4
Replies
102
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
4
Views
4K
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
30
Views
4K