Install PHP and build a blog (ii)

Source: Internet
Author: User
Tags install wordpress

Install WordPress

First create the library on MySQL now

Create DATABASE WordPress;

Create user

Grant all on wordpress.* to [email protected]'localhost'123456'  ; flush privileges;

Adjust Nginx

vim/application/nginx/conf/extra/blog.conf Add index  index.php index.html index.htm below localtion; restart Nginx /application/nginx/sbin/nginx-s Reload

Download WordPress

cd/home/daxian/tools/wget https://cn.wordpress.org/wordpress-4.9.1-zh_cn.tar.gz

Unzip

tar XF wordpress-4.9. 1-zh_cn. Tar . GZ copy all files from WordPress to Nginx/html/cp -a wordpress/*  /application/nginx/ html/blog/

Authorization (This is less secure, the security method is described later)

chown -R www.www/application/nginx/html/blog/

can access the http://blog.daxian.com

Complete, some tables are generated in the database

Mysql> show tables; +---------------------------+| Tables_in_wordpress |+---------------------------+| Daxian_commentmeta | | daxian_comments | | Daxian_links | | daxian_options | | Daxian_postmeta | | daxian_posts | | Daxian_term_relationships | | daxian_term_taxonomy | | Daxian_termmeta | | daxian_terms | | Daxian_usermeta | | Daxian_users |+---------------------------+ in Set (0.00 sec)

Login to

Post a blog post

Build Complete!!!

Install PHP and build a blog (ii)

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.