PhpWiki

码农软件 · 软件分类 · WIKI系统 · 2020-02-05 11:29:00

软件介绍

PhpWiki是一个开源的wiki引擎程序,运行于PHP环境。最新版本为1.3.11p1(2005-09-18)。

安装指南

1. 下载 phpwiki http://nchc.dl.sourceforge.net/sourceforge/phpwiki/phpwiki-1.2.10.tar.gz

2. 创建数据库

mysqladmin -u root -p create phpwiki
mysql -u root -p
mysql>GRANT ALL PRIVILEGES ON phpwiki.* TO phpwiki@localhost IDENTIFIED BY 'phpwiki';
mysql>flush privileges;

3. 导入数据

mysql -uphpwiki -pphpwiki phpwiki <schemas/schema.mysql

4. Edit lib/config.php to reflect your settings.

a) comment out the DBM settings
b) uncomment the mySQL settings
c) set $mysql_user to "wikiuser" as used in step 2
d) set $mysql_pwd to "password" as used in step 2
e) set $mysql_db to "phpwiki" as used in step 1

5. 设置管理员

vi admin.php
$wikiadmin = "admin";
$adminpasswd = "admin";

PhpWiki的特点

  • 据说新版PhpWiki不使用数据库,而采用平面文件系统存储内容。

PhpWiki的中文特性支持相当不完善。

本文地址:https://codercto.com/soft/d/24938.html

Building Web Reputation Systems

Building Web Reputation Systems

Randy Farmer、Bryce Glass / Yahoo Press / 2010 / GBP 31.99

What do Amazon's product reviews, eBay's feedback score system, Slashdot's Karma System, and Xbox Live's Achievements have in common? They're all examples of successful reputation systems that enable ......一起来看看 《Building Web Reputation Systems》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器