LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-03-2011, 01:25 AM   #1
struggled_newbie
Member
 
Registered: Sep 2009
Posts: 125

Rep: Reputation: 15
rpm forum


hello linux gurus

Is there any downloadable apache or web rpm that can install a forum page like this www.linuxquestions.org in Centos. I remember in our previous school a month ago they have created a page exactly like this one.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 02-03-2011, 01:56 AM   #2
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Hi,

I don't think there is a centos rpm package but there are lot of free php forums on the internet, check here :

http://gscripts.net/free-php-scripts/Forums.html

Many of them have a installation tool through web browser.
 
Old 02-03-2011, 02:21 AM   #3
struggled_newbie
Member
 
Registered: Sep 2009
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by goodhombre View Post
Hi,

I don't think there is a centos rpm package but there are lot of free php forums on the internet, check here :

http://gscripts.net/free-php-scripts/Forums.html

Many of them have a installation tool through web browser.
thank you goodhombre
 
Old 02-03-2011, 02:25 AM   #4
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
struggled_newbie,

I think the way you're conceptualizing the forum isn't quite right. You need three things to make a web forum: (1) a web server; (2) a database server; and (3) a collection of PHP/ASP/whatever pages that uses the database and are served to users through the web server.

Each is a separate component and installed on its own.

Most often, people use Apache for the web server. There's an RPM for that (if it's not already installed on your CentOS box).

Also, many sites use MySQL as the database server. There's an RPM for that as well (and again, it may already be installed on your box)

Lastly, the collection of pages will be what runs the forum. Since it's just a collection of files, you don't "install" them per se. Generally, you download a tarball, unpack the tarball somewhere for your web server to see (usually /var/www/<something>), and then open a web browser to your server and the location of the files (for example: "http://myserver/<something>"). That will kick off a sequence of web-based "install" pages for you to do basic configuration of the forum.

The most difficult part of the process would probably be creating a database user and a database for the forum to use (but only because SQL syntax is a little hard to understand the first time you see it).

Anyway, that's usually it aside from your own customizations.

As for LinuxQuestions, I believe it runs a heavily-modified version of vbulletin. Note that vbulletin is paid-for software. I used FUDforum before and had no complaints. The FUDforum developers run their own forum (of course) so you can see it in operation. FUDforum is also free.

But there are lots of others. You might also be interested in looking at CMS systems. I just recently looked at some free ones: Joomla!, Drupal, and Typo3

Last edited by Dark_Helmet; 02-03-2011 at 02:26 AM.
 
2 members found this post helpful.
Old 02-03-2011, 02:47 AM   #5
struggled_newbie
Member
 
Registered: Sep 2009
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Dark_Helmet View Post
struggled_newbie,

I think the way you're conceptualizing the forum isn't quite right. You need three things to make a web forum: (1) a web server; (2) a database server; and (3) a collection of PHP/ASP/whatever pages that uses the database and are served to users through the web server.

Each is a separate component and installed on its own.

Most often, people use Apache for the web server. There's an RPM for that (if it's not already installed on your CentOS box).

Also, many sites use MySQL as the database server. There's an RPM for that as well (and again, it may already be installed on your box)

Lastly, the collection of pages will be what runs the forum. Since it's just a collection of files, you don't "install" them per se. Generally, you download a tarball, unpack the tarball somewhere for your web server to see (usually /var/www/<something>), and then open a web browser to your server and the location of the files (for example: "http://myserver/<something>"). That will kick off a sequence of web-based "install" pages for you to do basic configuration of the forum.

The most difficult part of the process would probably be creating a database user and a database for the forum to use (but only because SQL syntax is a little hard to understand the first time you see it).

Anyway, that's usually it aside from your own customizations.

As for LinuxQuestions, I believe it runs a heavily-modified version of vbulletin. Note that vbulletin is paid-for software. I used FUDforum before and had no complaints. The FUDforum developers run their own forum (of course) so you can see it in operation. FUDforum is also free.

But there are lots of others. You might also be interested in looking at CMS systems. I just recently looked at some free ones: Joomla!, Drupal, and Typo3
Dear Dark_Helmet

I hope youre not lecturing me but IS THERE A PROBLEM ON MY QUESTION?
 
Old 02-03-2011, 03:08 AM   #6
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Quote:
Originally Posted by struggled_newbie
Dear Dark_Helmet

I hope youre not lecturing me but IS THERE A PROBLEM ON MY QUESTION?
Dear struggled_newbie,

No lecture, but I'll be happy to unsubscribe myself from this thread after this reply.

Your original post said this:
Quote:
Originally Posted by struggled_newbie
Is there any downloadable apache or web rpm that can install a forum page like this www.linuxquestions.org in Centos.
I read that to mean one of two things:
1. You were thinking that a web forum, web server, and everything else was all rolled into one specialized application/service.
2. You were thinking that an RPM was needed because a forum would require something other than standard HTML, PHP, ASP, etc. files.

In either case, it shows there is a misunderstanding at some level. Either your conceptualization is wrong (#1) or you haven't explored any of the options out there to realize that they are all tarballs to extract in your web directory (#2).

It's my mistake for thinking that I should try to explain things as well as supplying suggestions from my own personal experience.

It won't ever happen again. Good luck.
 
1 members found this post helpful.
Old 02-03-2011, 07:54 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by struggled_newbie View Post
Dear Dark_Helmet

I hope youre not lecturing me but IS THERE A PROBLEM ON MY QUESTION?
I read Dark_Helmet's replies as helpful. The posts were composed in a thoughtful and direct manner. No lectures but useful information that could help a person to understand the situation without assumptions.

You have been a member long enough to know that quality of posts differ between members. Personally I found Dark_Helmet's demeanor as very helpful.

<mod lecture>
Your shouting doesn't help anyone.
Now as moderator I say to you: You should be gracious to such a member and appreciate the content along with the time spent to compose such a response. Not attack a fellow member for being helpful.,</mod lecture>

So cool down a bit and re-read the post(s).
 
1 members found this post helpful.
Old 02-03-2011, 07:45 PM   #8
struggled_newbie
Member
 
Registered: Sep 2009
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Dark_Helmet View Post
Dear struggled_newbie,

No lecture, but I'll be happy to unsubscribe myself from this thread after this reply.

Your original post said this:

I read that to mean one of two things:
1. You were thinking that a web forum, web server, and everything else was all rolled into one specialized application/service.
2. You were thinking that an RPM was needed because a forum would require something other than standard HTML, PHP, ASP, etc. files.

In either case, it shows there is a misunderstanding at some level. Either your conceptualization is wrong (#1) or you haven't explored any of the options out there to realize that they are all tarballs to extract in your web directory (#2).

It's my mistake for thinking that I should try to explain things as well as supplying suggestions from my own personal experience.

It won't ever happen again. Good luck.
sorry sir
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is the forum at http://forum.freespire.org/ dead ? freespirit me General 16 11-13-2008 08:21 AM
Copying a phpbb3 forum contents to a different forum; no admin access on source forum Maligree General 1 08-11-2008 11:45 AM
Is there as good Linux programming forum as LQ forum? kornerr LQ Suggestions & Feedback 5 04-29-2007 03:22 AM
Forum / HCL Forum for VMWare/VirtualPC HCLogo LQ Suggestions & Feedback 3 04-27-2004 04:48 PM
.src.rpm, .i386.rpm and .i686.rpm hhegab Linux - Software 2 06-19-2003 07:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration