前期准备 PHP http://windows.php.net/download WinCache Extension for PHP URL:http://sourceforge.net/projects/wincache/?source=typ_redirect Features: PHP 5.2 and PHP 5.3 and PHP 5.4 and PHP 5.5 and PHP 5.6 support Configurable file cache Configurable PHP
选择首先需要java环境 其次需要mysql mysql安装请参考: http://www.cnblogs.com/syuf/p/7818710.html 安装好mysql之后,创建一个库 # mysql -uroot -p'123456' -e "create database confluence default character set utf8 collate utf8_bin;grant all on confluence.* to 'confluenceuser'@'%' iden
#首先登陆进入 MySQL 数据库 [root@oldboy tools]# mysql -uroot -poldboy123 #创建一个 wiki 是库 mysql> create database wiki; #创建一个用户,并赋予所有权限(all select delete ),并且授权主机,密码 148 mysql> grant all on wiki.* to wiki@'localhost' identified by 'wiki'; #刷新权限,为 wiki 单独创建一个管理员来