WordPress Notes

来源:互联网 发布:简单软件开发工具 编辑:程序博客网 时间:2024/06/05 16:27
WordPress notes

server
step01: Download and Extract
link: http://wordpress.org/download/

step02: MySQL
www:~ loi$ /Applications/XAMPP/xamppfiles/bin/mysql -u root

mysql> create database gwrDB;

Query OK, 1 row affected (0.01 sec)

mysql> grant all privileges on gwrDB.* to "gwrAPP"@"locolhost"

    -> identified by "password";

Query OK, 0 rows affected (0.01 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)


step03: Set up wp-config.php

wp-config-sample.php -> wp-config.php


step04: Upload the files


step05: Run and Install Script

http://localhost/site/weblab/BAENLab/demo/wordpress/wp-admin/install.php


info link: https://codex.wordpress.org/Installing_WordPress


iOS client

Add self-hosted site -> 

URL - http://localhost/site/weblab/BAENLab/demo/wordpress/

0 0
原创粉丝点击