From owner-freebsd-newbies Wed Jul 24 7: 9:22 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BEA137B400 for ; Wed, 24 Jul 2002 07:09:20 -0700 (PDT) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C5743E31 for ; Wed, 24 Jul 2002 07:09:19 -0700 (PDT) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 17XMpK-0009s8-0V; Wed, 24 Jul 2002 15:09:18 +0100 Message-ID: Date: Wed, 24 Jul 2002 15:08:19 +0100 To: Christy Roberts Cc: "'freebsd-newbies@FreeBSD.org'" From: Kevin Golding Subject: Re: Brand new user! References: <000001c2330f$da1c29c0$81559986@genesis.mun.ca> In-Reply-To: <000001c2330f$da1c29c0$81559986@genesis.mun.ca> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Someone, quite probably Christy Roberts, once wrote: >We're trying to set up a phpBB bulletin board on our website (which >doesn't actually exist yet haha), that will use MySQL as the back end. >We received an Apache server from tech services that has FreeBSD already >installed on it. And we're on our own now! I just burned MySQL and >phpBB onto a CD and am going to try to install them on the server. > >I have never used unix before nor do I have any experience working with >servers or hardware. I'm a software developer YIKES! Does anyone have >any tips or hints for me? I would really appreciate this as I have no >idea where to begin YIKES! :) Ports are your friends :-) Having a vague idea about the ports system will *really* make your life easier. You'll find all you need to know at but basically it reduces installing something like MySQL into easy steps like: # cd /usr/ports/database/mysql323-server # make # make install # make clean Btw, you should also look at /usr/ports/www/phpbb In terms of managing ports etc. you need cvsup and portupgrade, both can be installed form the ports or with a simple: # pkg_add -r cvsup # pkg_add -r portupgrade For both you can read the handbook at or pay a visit to where things are explained in a more informal manner. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message