Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: wbtedrick on November 23, 2004, 10:39:59 PM

Title: I want to build a simple forum website for my club
Post by: wbtedrick 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
Title: I want to build a simple forum website for my club
Post by: Gizzmo 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!
Title: PHPBB is a good one
Post by: MSmith on November 24, 2004, 03:40:27 AM
Will run from an ibay.

http://www.phpbb.com
Title: almost there!
Post by: wbtedrick 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?
Title: I want to build a simple forum website for my club
Post by: mrjhb3 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
Title: many thanks!
Post by: wbtedrick 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