Koozali.org: home of the SME Server

I want to build a simple forum website for my club

wbtedrick

I want to build a simple forum website for my club
« on: November 23, 2004, 10:39:59 PM »
How does one start the process of building a forum website like this one, but not near as fancy?  I have several web servers (SME linux- apache) and would like to add a simple forum to one or more of these sites.  Any advice would be helpful
Thanks,
Ben Tedrick

Offline Gizzmo

  • **
  • 22
  • +0/-0
I want to build a simple forum website for my club
« Reply #1 on: November 24, 2004, 12:40:35 AM »
I would think somethink like postnuke or phpnuke would be what youre looking for, i dont know for sure what engine this site runs off of......but i have postnuke running on my sme server and i works great!

Offline MSmith

  • *
  • 675
  • +0/-0
PHPBB is a good one
« Reply #2 on: November 24, 2004, 03:40:27 AM »
Will run from an ibay.

http://www.phpbb.com
...

wbtedrick

almost there!
« Reply #3 on: November 28, 2004, 05:14:06 AM »
MSmith,
I took your recommendation and installed phpBB2, It looks good and I have started the install,  This is on a SME 6.0 and during the install it is asking for the database name and user name. How do I create the database name and user?

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
I want to build a simple forum website for my club
« Reply #4 on: November 28, 2004, 08:19:43 AM »
Do this from the console:

mysqladmin create phpbb  - creates the db.

Then type mysql

grant all privileges on phpbb.* to youruser@localhost identified by 'yourpassword';

flush privileges;

quit

Then in the phpbb setup you will use the same user and pass to access the db. After that, you should be able to start setting it up.

GL,

JB
......

wbtedrick

many thanks!
« Reply #5 on: November 29, 2004, 02:58:11 AM »
With the help of this forum and the Internet I got it working just fime last night..  Thanks