[CentOS] Re: install LAMP

Scott Silva ssilva at sgvwater.com
Mon Mar 3 16:59:30 UTC 2008


on 3-3-2008 8:54 AM Hiep Nguyen spake the following:
> On Mon, 3 Mar 2008, Matt Shields wrote:
> 
>> On Mon, Mar 3, 2008 at 8:52 AM, Hiep Nguyen 
>> <hiep at ee.ucr.edu> wrote:
>>> hi all,
>>>
>>>  i'm not an expert on linux/centos, but i play with it and have a 
>>> general
>>>  idea.  it's time for me to setup a centos box for development.  i 
>>> rarely
>>>  install anything from source, except a few times in college when i 
>>> have to
>>>  modify kernel for OS project.  but i guess i can learn now.
>>>
>>>  i just installed centos 5 with minimal installation.  next step is to
>>>  install LAMP w/ SSL.
>>>
>>>  i found http://lamphowto.com/lampssl.html, but i have questions 
>>> before i
>>>  proceed.
>>>
>>>  is it better to install from source or rpm?  how easy it is to
>>>  upgrade/update if install from source?  it seems so much easy to
>>>  upgrade/update from rpm, well b/c i'm always do this way.
>>>
>>>  is there any other instruction (beside the one mentioned above) to 
>>> install
>>>  LAMP w/ SSL?
>>>
>>>  appreciate your help/suggestion
>>>  t. hiep
>>
>> It's better to stick to the RPMs to make it easier to upgrade.  If you
>> want an easy way to install LAMP you can run 2 commands
>>
>> yum -y groupinstall "Web Server"
>> yum -y install mysql-server php-mysql
>>
>> This will get Apache, MySQL, and PHP all installed.
> 
> all done. now, how do i force apache & mysql servers start up whenever 
> the box boot?
> 
> t. hiep
chkconfig mysqld on && chkconfig httpd on


-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't!!!!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080303/1bee6d31/attachment.sig>


More information about the CentOS mailing list