欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
WordPress
来自开放百科 - 灰狐
(版本间的差异)
第30行: | 第30行: | ||
*WordPress Plugins Database - http://wp-plugins.net/ | *WordPress Plugins Database - http://wp-plugins.net/ | ||
*WordPress Plugin Repository - http://dev.wp-plugins.org/ | *WordPress Plugin Repository - http://dev.wp-plugins.org/ | ||
+ | |||
+ | ==书籍== | ||
+ | [[Image:Example.jpg]] | ||
+ | |||
+ | Paperback: 304 pages | ||
+ | |||
+ | Publisher: Peachpit Press; 1ST edition (June 29, 2006) | ||
+ | |||
+ | Language: English | ||
+ | |||
+ | ISBN: 0321450191 | ||
[[category:Blog]] | [[category:Blog]] |
2006年11月7日 (二) 11:31的版本
目录 |
在线演示
前端:http://demo.huihoo.com/wordpress/ 后台:http://demo.huihoo.com/wordpress/wp-login.php 普通用户: guest/guest 管理员: admin/admin
安装指南
创建数据库
mysqladmin -u root -p create wordpress 或 mysql>create database wordpress; mysql>GRANT ALL PRIVILEGES ON wordpress.* TO wordpress@localhost IDENTIFIED BY 'wordpress'; mysql>flush privileges;
设置 wp-config.php
cp wp-config-sample.php wp-config.php // ** MySQL settings ** // define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'wordpress'); // Your MySQL username define('DB_PASSWORD', 'wordpress'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
运行安装向导,完成后续安装 http://localhost/wordpress/wp-admin/install.php
相关链接
- http://wordpress.org/
- WordPress英文文档 http://codex.wordpress.org/
- WordPress中文文档 http://codex.wordpress.org.cn/
- WordPress Plugins Database - http://wp-plugins.net/
- WordPress Plugin Repository - http://dev.wp-plugins.org/
书籍
Paperback: 304 pages
Publisher: Peachpit Press; 1ST edition (June 29, 2006)
Language: English
ISBN: 0321450191
分享您的观点