Nuxeo

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Debian)
(链接)
第120行: 第120行:
 
*[http://docs.huihoo.com/javadoc/nuxeo/ Nuxeo Javadoc]
 
*[http://docs.huihoo.com/javadoc/nuxeo/ Nuxeo Javadoc]
 
*[http://www.infoq.com/cn/articles/nuxeo_python_to_java Nuxeo公司探秘:从Python迁移到Java]
 
*[http://www.infoq.com/cn/articles/nuxeo_python_to_java Nuxeo公司探秘:从Python迁移到Java]
 
{{comment}}
 
  
 
[[category:CMS]]
 
[[category:CMS]]
 
[[category:ECM]]
 
[[category:ECM]]
 
[[category:Java]]
 
[[category:Java]]
 +
[[category:huihoo]]

2018年10月18日 (四) 05:22的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Nuxeo Thanks, Wikipedia.

Nuxeo 是一款领先的开源 (LGPL、LGPL, EPL, Apache) 企业内容管理软件,也是一个开放的商业应用平台。

目录

新闻

自http://www.nuxeo.com/en/nxc/rssfeed/news加载RSS失败或RSS源被墙

6.0

5.2

  • OSGi support
  • 5.2 use RichFaces
  • Nuxeo Web Layer also uses JBoss Seam Web Framework to handle all the ActionListeners.
  • Nuxeo jBPM Service is a task and workflow management service based on JBoss jBPM

安装

Debian

wget -q -O- http://apt.nuxeo.org/nuxeo.key | apt-key add -
add-apt-repository "deb http://apt.nuxeo.org/ $(lsb_release -cs) fasttracks"
apt-get update
apt-get install nuxeo // 预配置 postgresql
http://localhost:8080/nuxeo/
vim /etc/nuxeo/nuxeo.conf
/etc/init.d/nuxeo restart

Note: Nuxeo5 does not work yet with jems-installer-1.2.0.BETA3.jar / JBoss AS 4.0.5

get nuxeo http://download.huihoo.com/nuxeo/
java -jar nuxeo-ep-5.0.0.GA-installer-1.jar
vi bin/run.conf
JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=128m"
bin/run.sh
http://localhost:8080/jmx-console/
admin/admin // server/default/conf/props/jmx-console-users.properties
http://localhost:8080/web-console/
http://localhost:8080/nuxeo/
Administrator / Administrator
http://localhost:8080/nuxeo/site // Nuxeo WebEngine

指南

Domains contain workspaces, templates and sections.

two types of workspaces

  • collaborative workspaces
  • personal workspaces

核心

Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. It provides all necessary low-level services to define, store, manage, audit, request, search content. It’s the kernel of Nuxeo 5 and can also be embedded in third party applications to provide advanced content management features.

功能:

  • Model: content management concepts definition
  • Storage Manager: low-level content storage and retrieval (JCR-based)
  • Schema Manager: XMLSchema based content schema definition and management
  • Version Manager: versioning management
  • Content Type Manager: content types management (a content type is a set of schemas)
  • Query Engine: SQL-like unified query engine
  • Security Manager: access rights manager and controller
  • Event Service: abstract event service to broadcast and receive events

企业平台

Nuxeo EP is built on two layers:

  • Nuxeo Foundations
  • Nuxeo Enterprise Components

存储

MongoDB

Apache Jackrabbit

PostgreSQL

FileSystem

如视频文件就存储在

NuxeoEP5\NuxeoServer\server\default\data\NXRuntime\binaries\data

开发者

svn co http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk
svn co http://svn.nuxeo.org/nuxeo/doc

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱