WordPress Build Process

Source: Internet
Author: User
Tags wordpress database
Reference: HTTP://WWW.DARRENFANG.COM/2014/02/INSTALL-WORDPRESS-WITH-NGINX-ON-UBUNTU/1. Download 2. Sites-available and sites-enable, according to my current understanding, available can have more than one configuration file exists, but enable can only have one of their soft links http://www.v2ex.com/t/ 168135 Create a soft link to enable the site sudo ln-s/etc/nginx/sites-available/192.168.0.7/etc/nginx/sites-enabled/192.168.0.7 3. Cd/var/www, set up the 192.168.0.7 directory (because the domain name is not considered for the moment), copy the WordPress installation package and unzip sudo tar-zxvf wordpress-4.2.1.tar.gz because extracted all files are in the WordPress folder, so sudo mv *. /Then modify the owner of all files and folders: sudo chown-r www-data:www-data./192.168.0.7/4. MySQL creates the databases and users associated with WordPress, and then grants permissions. 5. Copy the wp-config-sample.php to wp-config.php and modify the Parameters//* * MySQL Settings-specific information from the host you are using * *//^m/** the name of the WordPress database */define ( ' Db_name ', ' WordPress ');/** MySQL database user name */define (' Db_user ', ' WordPress ');/** MySQL database password */define (' Db_password ', ' your Password ');

WordPress Build Process

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.