64bit CentOS build Discuz 3.2 forum based on lamp architecture

Source: Internet
Author: User
Tags install php

lamp=linux+apache+mysql+php

Installing the Apache Web server

Yum Install-y httpd

Installing the database server

Yum install-y MySQL Mysql-server

Install PHP

Yum install-y php Php-common php-mysql php-gd
Install PHP optimization, this optimization can speed up several times

Yum Install-y Php-xcache

Download and unzip UTF8 Discuz

Cdwget Http://download2.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_UTF8.zipunzip Discuz_x3.2_sc_utf8.zip

Installation Forum

CD discuz_x3.2_sc_utf8cp-r readme/var/www/htmlreadmecp-r upload/var/www/htmluploadcp-r utility/var/www/htmlutilty

Start the server

Service httpd StartService mysqld start

Create a MySQL root user and create a discuz database

Mysqladmin-u Root Password xxxxxx

Landing

Mysql-u Root-penter your Password:xxxxxx>create database Discuz;>bye


64bit CentOS build Discuz 3.2 forum based on lamp architecture

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.