Hello OpenKM

来源:互联网 发布:大数据 教学大纲 编辑:程序博客网 时间:2024/05/06 03:45

 

OpenKM 资源

-------------- 

官方地址

    http://www.openkm.com

源码

    http://www.openkm.com/index.pl/download

系统演示

    http://www.openkm.com:8080/OpenKM/

演示密码

    user1, pass1

    user2, pass2

    user3, pass3...

 

 

OpenKM配置

--------------

环境变量

配置JBoss

  我的电脑-->环境变量-->系统环境变量-->新建-->name:JBOSS_HOME,value:jboss目录

  附:JBoss服务配置文件位置

      OpenKM-5.0.3_JBoss-4.2.3.GA/jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer/server.xml

 

配置JDK

新建-->name:JAVA_HOME,value:jdk目录

打开-->name:Path,添加value:%JAVA_HOME%/bin;

  -->这个时候运行 %JBOSS_HOME%/bin/run.bat

  -->键入 http://localhost:8080/OpenKM

  -->user:okmAdmin  password:admin

 

主配置文件

-------------

%JBOSS_HOME%/OpenKM.cfg

 

 

 

 

 

用户组配置

-------------

{JBoss.Home}/server/default/conf/props目录下面,包含三个文件:

openkm-users.properties

openkm_roles.properties

openkm_emails.properties

用户/权限/邮件

 

 

数据库配置

-------------

{JBoss.Home}中找到repository.xml位置打开.此文转载,未具体操作.

 

 repositionry.xml

----------------------

Jackrabbit的数据仓库配置文件.

详细配置信息地址

  http://jackrabbit.apache.org/jackrabbit-configuration.html

具体翻译:

FileSystem: The virtual file system used by the repository to store things like registered namespaces and node types.

--虚拟文件系统库,用来储存诸如注册命名空间和节点类型的东西

Security: Authentication and authorization configuration.

--认证和授权的配置

Workspaces: Configuration on where and how workspaces are managed.

-- 配置工作区的位置和如何进行管理。

Workspace: Default workspace configuration template.

-- 默认工作区配置模板。

Versioning: Configuration of the repository-wide version store.

-- 配置存储库的全版本存储。

SearchIndex: Configuration of the search index that covers the repository-wide /jcr:system content tree.

-- 配置的搜索索引库,涵盖了全/ JCR的:系统内容树。

Cluster: Clustering configuration.

-- 集群配置。

DataStore: Data store configuration.

-- 数据存储配置。

 

${rep.home}: Repository home directory.

-- 仓库主要目录文件

${wsp.name}: Workspace name. Only available in workspace configuration.

-- 工作区的名称。仅适用于工作区配置。

${wsp.home}: Workspace home directory. Only available in workspace configuration.

-- 工作区的主目录。仅适用于工作区配置。

 

原创粉丝点击