Install the wordpress blog system on your own in Ubuntu

Source: Internet
Author: User
Tags wordpress blog
Wordpress is one of the best free personal content (Blog) publishing platforms in the world, and its downloads will soon exceed 1000000 (for details, see WordpressDownloadCounter ). It is built with the classic PHP + MySQL, both of which are open-source software, where PHP is used to write the corresponding operation code and generate pages, and MySQL database is used to save the content published and edited by users. Next I will talk about how to install the wordpress blog system in Ubuntu. 1. Install

Wordpress is one of the best free personal content (Blog) publishing platforms in the world, and its Download volume will soon exceed 1000000 (For details, refer to Wordpress Download Counter ). It is built with the classic PHP + MySQL, both of which are open-source software, where PHP is used to write the corresponding operation code and generate pages, and MySQL database is used to save the content published and edited by users.

Next I will talk about how to install the wordpress blog system in Ubuntu.

1. Install Apache2 + PHP5 + MySQL
Sudo apt-get install apache2 libapache2-mod-security libapache2-mod-php5 php5 php5-gd mysql-server php5-mysql phpmyadmin

2. Configure php. ini
Sudo gedit/etc/php5/apache2/php. ini

If the following sentence is not provided or commented out, add this sentence or cancel the semicolon ";"
Extension = mysql. so

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.