Install the LAMP (Linux + Apache + Mysql + Php) environment in CentOS6.3. Introduction
What is LAMP?LAMP is a Web application and development environment. it is short for Linux, Apache, MySQL, Php/Perl. each letter represents a component, each
1. Implementation
Copy the Code code as follows:
Yum Install php-mbstring
2. Modify PHP.ini (This step is very important, some lxadmin version can not be automatically modified)Copy the Code code as follows:Echo ' extension=mbstring.so '
The previous article has introduced the redis graphical interface management tool: phpredisadmin, URL: http://blog.csdn.net/wy3552128/article/details/8145319
Next let's talk about its installation. To put it bluntly, the phpredisadmin tool is a
In the previous blog, I recorded how to install and start mysql in Linux. Address: http://blog.csdn.net/wy3552128/article/details/8143686
Platform: Virtual centos4.7 on VMware
HOST: windows
Preparations before installing Apache:
1. Check whether the
The ZipArchive configuration in Linux throws the "ZipArchive library is not enabled" exception when uploading an Excel file under Linux today. While the Code on my local windows server runs normally. The reason is: in Linux, there is no php_zip.dll
Crontab command format
1st columns minute 1 ~ 592nd columns hour 1 ~ 23 (0 indicates midnight)1-3rd ~ 314th columns Month 1 ~ 125th columns in a week 0 ~ 6 (0 indicates Sunday)6th columns of commands to run
The following is the crontab
Go to ext of the php source code package.[Root @ linux php] # cd/usr/local/src/php-5.2.17/ext/pdo_mysql[Root @ linux pdo_mysql] #/usr/local/php/bin/phpize (the phpize command is used to prepare the compiling environment of the PHP plug-in
Download and install leveldb
Wget http://leveldb.googlecode.com/files/leveldb-1.7.0.Tar.gz tar zxvf leveldb-1.7.0.Tar.gz CD leveldb-1.7.0Make
Download and install PHP leveldb
$ Git clone git: // github.com/reeze/php-Leveldb. Git$ Cd
Let me introduce it today. Linux Lower Lamp ( Apache + PHP + MySql ). Apache + MySQL + PHP Install RedHat Under OPT Directory Httpd , MySQL And PHP Directory to allow access through a browser Phpinfo And PhpMyAdmin The final
Before compiling these source code packages, make sure that the GCC, GCC-C ++, and make compilers are included in the system. Generally, the GCC and make compilers are included in the system.
Generally, the process of installing a source code
# Install centos. When you configure the system, select all the components except the last one.
# Update the system
Yum-y update
# Install related CompilersYum install glib2-develYum install gccYum install gcc-C ++Yum install bison
# Check whether
Prerequisites:
I cover all these operations on centos 6.4 and with root, So if you encounter some privilege problem, try sudo.
And, if using Ubuntu, you needn't worry about SELinux.1. Install essentical Library
Yum update
Yum install GCC g ++ make
0. Define three hosts in the example here: localhost is a centos host and git server; Ubuntu is the workstation of the GIT server administrator; Linux is the workstation of Jason, a git user. Localhost indicates that two accounts, test and git,
This article describes how to set up ASP on a Linux operating system. before reading this article, you must first determine that you have installed the Linux operating system and mono runtime. If you need mod_mono, you must first install and prepare
1. Environment matching: Go to Baidu and Google2. Preparations before installationApache version at willFree PHP versionFree MySQL versionFree phpMyAdmin versionSpecific software, you can use integrated, apmserv.2-1: Environment TestCreate a new
MacOSX10.9.4mavericks enables the Apache and PHP services of the system
As we all know, Mac OSX has built in Apache http server and php, and can use the php environment with just a simple configuration. It is good to perform local tests.
1. Enable
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.