CentOS 7上安装XWiki 8.2.1 详解(2)

<!-- MySQL configuration.
         Uncomment if you want to use MySQL and comment out other database configurations.
         Notes:
           - if you want the main wiki database to be different than "xwiki"
             you will also have to set the property xwiki.db in xwiki.cfg file
    -->

<property>jdbc:mysql://localhost/xwiki</property>
    <property>xwikiadmin</property>
    <property>此处为密码</property>
    <property>com.mysql.jdbc.Driver</property>
    <property>true</property>
    <property>UTF-8</property>
    <property>org.hibernate.dialect.MySQL5InnoDBDialect</property>
    <property>true</property>
    <property>20</property>
    <mapping resource="xwiki.hbm.xml"/>
    <mapping resource="feeds.hbm.xml"/>
    <mapping resource="activitystream.hbm.xml"/>
    <mapping resource="instance.hbm.xml"/>
    <mapping resource="mailsender.hbm.xml"/>

新增的两行是:
    <property>true</property>
    <property>UTF-8</property>

试运行并初始化安装

1、运行tomact
2、在浏览器打开::8080/xwiki,出现初始化和安装设置界面

XWiki安装使用技巧

Linux+Tomcat+XWiki+MySQL安装配置

XWiki 安装教程及更改语言配置

Windows下安装Java开源知识库XWiki 

Xwiki系统安装说明文档 PDF 

使用开源软件XWiki搭建安装公司内部Wiki系统

XWiki 的详细介绍请点这里
XWiki 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/b59d24e9dadda2d232f4de82d71eebb4.html