You can refer to the following in CentOS installation Apache + PHP + Tomcat7 + MySQL.------------------------------------------------------------------------------------The most used Web environment on the Linux platform is PHP, Java, and MySQL, which will build this environment and run many open source programs.As a program ape, although not proficient in operation and maintenance of the work, but the basic Linux environment is to master the better, but also to facilitate their own sometimes de
This article describes how to use YUM configuration to install the LAMP environment under CentOs6.2. Some brothers also like to use the compilation method. I personally think that if it is not customized for the server, the yum installation is stable and simple, why download make install.
Step 1 configure the rpmforge
1. Find Packages using YumCommand: Yum search~2. List all packages that can be installedCommand: Yum list3. List all the packages that can be updatedCommand: Yum list updates4. List all installed packagesCommand: Yum List installed5. List all packages installed but not in Yum
Common installation and upgrade tools on Linux mainly include Yum and apt. Yum can better solve the dependency problem of RPM. We recommend that you use yum, for example, to install the lynx program on the server in the traditional installation method, you need to go to the Linux installation CD and find the RPM of the
This article provides a detailed analysis of CentOS6.2 using yum to install LAMP and phpMyadmin. For more information, see how to use YUM to configure and install the LAMP environment under CentOs6.2, some brothers also like to use the compiled installation method. I personally think that if it is not customized for th
Tags: EPO testing yum install Alter directory action failed RAC preEssentially, you set up a Yum source, and then Yum installs it. However, there are two ways to add a Yum source, one is to create a new/etc/yum.repos.d/mysql-community.repo, and the other is to
: This article describes how to use yum to install the phplamp environment. if you are interested in the PHP Tutorial, refer to it. CentOS 6.5 uses yum to install LAMP (php runtime environment)
Today, we set up a LAMP environment using the yum method, and encountered many p
The default version is too low, manual installation has some trouble, want to use Yum install the following scenarios can be used:1. Check the currently installed PHP packageyumlistinstalled|grepphpIf you have a PHP package installed, remove them firstYumRemove php. x86_64 php-cli. x86_64 php-common. x86_64 php-gd. x86_64 Php-ldap . x86_64 php-mbstring. x86_64 php-mcrypt. x86_64 php-mysql. x86_64 php-pdo
Label: style blog HTTP color ar OS SP file Div Nginx check whether the yum source has nginx
yum list nginxSince the official source does not have nginx, we need to find it by ourselves. This is the other system I am looking for. Please check the http://wiki.nginx.org/Install.
[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/$releasever/$basearch/gp
Installation Method
When installing a software
Yum-y install httpd
When installing similar software
Yum-y install httpd *
When multiple non-similar software are installed
Yum-y install httpd php-gd mysql
When a software is
Compile and install MySQL in CentOS and set the yum source tutorial,
Compilation and installation of software usually encounter various problems, especially when compiling a variety of software such as lamp, the software also affects each other, in particular, the software installed earlier may affect the compilation and installation of the later program. This problem is often caused by the absence of expor
you can surf the Internet: It's easy to open the command ping www.baidu.com (Crtl+c is to stop pinging all the time) or open the browser and try to know whether it's successful or not.Three: Above has already put Lnmp's L solved, below on Yum installs Nginx, Mysql, PHPWhen I install it, I refer to the following three documents
Http://www.myhack58.com/Article/sort099/sort0102/2014/42632_2.htm (main
Centos 6 YUM install lmp and centoslmp
Preparation:
1. configure the firewall and enable port 80 and port 3306.Vi/etc/sysconfig/iptables-A input-m state -- state NEW-m tcp-p tcp -- dport 80-j ACCEPT (allow port 80 to pass through the firewall)-A input-m state -- state NEW-m tcp-p tcp -- dport 3306-j ACCEPT (allow port 3306 to pass the firewall)Note: many users add these two rules to the last line of the fir
Yum-y install oracle-rdbms-server-11gR2-preinstall this method oel6.4 experiment through
#!/etc/bash
#1. Load the DVD installation disk. Note that the drive path can be df-lh and/dev/sr0 is displayed in my VM.
Mkdir-p/media/diskmount/dev/sr0/media/disk # mount-t iso9660-o loop/tmp/image. iso/media/disk # can be added to/etc/rc. local
#2. Modify
/Usr/lib/python2.6/site-packages/
CentOS system comes with a low PHP version, if we need to use a high version of PHP, can not be compiled installation, directly with Yum installation will be very time-saving.1. Check the currently installed PHP packageYum List Installed | grep phpIf you have a PHP package installed, remove them firstYum Remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 php-pdo.x86_6
Today, when installing Git with yum, I'm going to run into this problem.#This system is not registered to Red Hat Subscription Management. You can use the Subscription-manager to register.Setting up Install ProcessNothing to doIn fact, if the use of Redhat Yum Source to pay for registration, time-consuming and unnecessary, so we just need to bring our own
System environment: Centos5.6X86 _ 64: about how to install two identical software packages in yuminstall, I just got on the 64-bit Cetnos system today and want to install mysql, after yuminstallmysql is used, I find that yum has i386 and x86_64 versions. Therefore, rpm-qa... system environment: Centos 5.6 X86_64
Note: about how to
There are two ways to install Yum:
1. Download the RPM package of yum for direct Installation
Http://centos.ustc.edu.cn/centos/5.4/ OS /i386/CentOS/yum-3.2.22-20.el5.centos.noarch.rpm
Http://centos.ustc.edu.cn/centos/5.4/ OS /i386/CentOS/yum-fastestmirror-1.1.16-13.e
Install PHP environment under CentOS
|
Browse:3831
|
Updated: 2014-11-04 17:01
1
2
3
Step through ReadingOn the internet to see a lot, many can not be used, so the practice can be used, the process of recording, convenient for themselves and netizens later to viewTools/Materials
CentOS 6.5 System
Internet
Yum, basic system comes with, no
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.