Best Practices
Installing and Configuring LAMP on CentOS 5.8
LAMP is not software in itself, but is actually a solution stack of software used to run websites or servers. For more information on LAMP, visit Wikipedia's LAMP Solution Stack article.
How to install and configure LAMP
Since LAMP is not actually software in itself, to install and configure it, we will install and configure the individual software components that make up a LAMP Solution Stack.STEPS:
LINUX
- Install and configure CentOS on VMware Workstation
- Install VMware Tools
- Add external HDD to the VM
- Update CentOS
- Install and Configure the Yum Priorities plug-in
- Install and Configure the EPEL Repository
- Install and Configure the Remi Repository
- Exclude PHP and MySQL packages from the CentOS base repositories
- Open the CentOS base repository configuration file
/etc/yum.repos.d/CentOS-Base.repo - Append the following text to all repositories
exclude=*php* *mysql* - Restart the yum service (run the following command)
service yum-updatesd restart
- Open the CentOS base repository configuration file
PHP
MySQL
No comments :
Post a Comment
Note: only a member of this blog may post a comment.