Help for setting up a forum on Intranet

  • Thread starter Thread starter Homer Simpson
  • Start date Start date
  • Tags Tags
    Forum
AI Thread Summary
Setting up a forum on an intranet involves selecting appropriate software and ensuring the necessary server infrastructure is in place. Options include both paid and free software, with popular choices like vBulletin, phpBB, and PunBB, which typically require a web server like Apache or IIS and a database like MySQL. Installation is generally straightforward, often facilitated by scripts that guide users through initial configurations. Forums can be restricted to specific users on the LAN, and security measures such as password protection can be easily implemented. Overall, with the right setup, creating an intranet forum can be a manageable project.
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
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Back
Top