OpenKM Document and forum / notes
12 月 04
未分類 document, forum, note, openkm, 文件 No Comments
Official Web Site (Community edition)
http://www.openkm.com/en/community.html
On-line document
http://wiki.openkm.com/index.php/Main_Page
6.3之後會重建在
http://docs.openkm.com/kcenter/
Forum
http://forum.openkm.com/
版本升級指南
http://wiki.openkm.com/index.php/Migration_Guide
— notes here —
1.基本應該知道的
http://wiki.openkm.com/index.php/Basic_application_knowledge
預設使用者: okmAdmin
預設密碼: admin
預設情況下, maximum file upload size 是沒有限制的 (應確認Java環境下的上限)
系統環境設定: $TOMCAT_HOME/conf/server.xml
OpenKM啟動指令: $TOMCAT_HOME/bin/catalina.sh start
2. 版本升級時遇到 HSQL 的問題
java -jar hsqldb.jar
選擇一般的 standalone
檔案路徑為 /opt/openkm-6.3.0-community/tomcat/repository/okmdb
建議可改掉 OpenKM.war 及 catalina 的目錄, 讓 OpenKM 自行重新產生目錄
3. 瀏覽器支援
因為必須有 NPAPI 來引導 java run time, 但chrome在2015/9起不支援該方法
目前 IE, firefox, opera均可
4. 20151224遭遇http://forum.openkm.com/viewtopic.php?t=5315的問題
原系統由4GB降到1.5G, 所以再調回2GB, 就OK了
—————————–
OpenKM想要檢索中日文
http://wiki.openkm.com/index.php/Indexing_configuration
—-
OpenKM 6.0 has more flexible indexing configuration, based in Apache Lucene.
For example, depending on the lenguage used in the documents and properties, you have obtain better search results configuring a proper Lucene Analyzer. This can be done editing the OpenKM.cfg file and setting the hibernate.search.analyzer configuration property.
By default, OpenKM use the org.apache.lucene.analysis.standard.StandardAnalyzer which works fine with english and most languages, but you can get better search results configuring more specific analyzer for you language. Some of them are listed here:
—-
OpenKM 預設已有 smartcn 的中文解析 3.1.0 版本
也可以另行下載 lucene-smartcn-3.6.2.jar
http://central.maven.org/maven2/org/apache/lucene/lucene-
smartcn/3.6.2/lucene-smartcn-3.6.2.jar
放到以下目錄
cd /opt/openkm-6.3.0-community/tomcat/webapps/OpenKM/WEB-INF/lib/