Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 13:00:20 -0400
From:      Jerry McAllister <jerrymc@msu.edu>
To:        Frank <andreas.chiou@msa.hinet.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: about MySQL
Message-ID:  <20070321170019.GB16019@gizmo.acns.msu.edu>
In-Reply-To: <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8>
References:  <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 21, 2007 at 09:27:06PM +0800, Frank wrote:

> hi this is Frank,
>    after i finish MySQL.  how should i know it's work or not? then how 
> should i install php and apache? last question is how you learned FreeBSD?

For Apache, for example, you install it from ports.
  cd /usr/ports/www/apache22
  make clean
  make
  make install
  make distclean

Then configure it.
You'll have to check Apache documentation for configuration info.

One learns FreeBSD by a combination of reading the handbook, man pages
and other publications and by doing.   They tend work best if they take 
place in parallel.   Other sources are FAQs, Google, various online
publications and the Email lists such as this one.

////jerry

> 
> regards,
> 
> by Frank
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070321170019.GB16019>