Nuxeo

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(图集)
 
(未显示1个用户的58个中间版本)
第1行: 第1行:
{{top news}}
 
 
{{SeeWikipedia}}
 
{{SeeWikipedia}}
  
Nuxeo is the global leader in Open Source Enterprise Content Management.
+
Nuxeo
  
Enterprise Content Management (ECM) is the software technology enabling an organization to globally manage its needs regarding document management and business process management.
+
==新闻==
 +
<rss>http://www.nuxeo.com/en/nxc/rssfeed/news|short|date|max=10</rss>
  
Nuxeo 5 is a robust, extensible, global Enterprise Content Management (ECM) solution available as Open Source Software. Nuxeo architects, develops and supports the Nuxeo 5 global solution, helped by a vibrant community of professional and individual contributors.
+
==简介==
==5.2==
+
Nuxeo 是一款领先的开源 (Apache v2) [[ECM|企业内容管理]]软件,也是一个开放的商业应用平台。
 +
 
 +
==功能==
 +
 
 +
==OSGi==
 +
*[https://doc.nuxeo.com/nxdoc/runtime-and-component-model/ Runtime and Component Model]
 +
 
 +
==版本==
 +
 
 +
===LTS 2019===
 +
 
 +
===11.x===
 +
 
 +
===10.x===
 +
 
 +
===9.x===
 +
 
 +
===8.x===
 +
 
 +
===7.x===
 +
 
 +
===6.0===
 +
 
 +
===5.x===
 
*[[OSGi]] support
 
*[[OSGi]] support
 
*5.2 use [[RichFaces]]
 
*5.2 use [[RichFaces]]
 
*Nuxeo Web Layer also uses [[JBoss Seam]] Web Framework to handle all the ActionListeners.
 
*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]]
 
*Nuxeo jBPM Service is a task and workflow management service based on [[JBoss jBPM]]
==Install==
+
 
 +
==安装==
 +
===Docker===
 +
[https://hub.docker.com/_/nuxeo/ Docker Hub]
 +
$ docker run --name mynuxeo --rm -ti -p 8080:8080 -e NUXEO_PACKAGES="nuxeo-web-ui nuxeo-dam nuxeo-drive nuxeo-showcase-content nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-spreadsheet" nuxeo
 +
http://localhost:8080/nuxeo
 +
Administrator/Administrator
 +
 
 +
===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
 
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/application/cms-portal/nuxeo/
+
  get nuxeo http://download.huihoo.com/nuxeo/
 
  java -jar nuxeo-ep-5.0.0.GA-installer-1.jar
 
  java -jar nuxeo-ep-5.0.0.GA-installer-1.jar
 
  vi bin/run.conf
 
  vi bin/run.conf
第24行: 第62行:
 
  http://localhost:8080/nuxeo/
 
  http://localhost:8080/nuxeo/
 
  Administrator / Administrator
 
  Administrator / Administrator
==Guide==
+
http://localhost:8080/nuxeo/site // Nuxeo WebEngine
 +
 
 +
==指南==
 
Domains contain workspaces, templates and sections.  
 
Domains contain workspaces, templates and sections.  
  
第30行: 第70行:
 
*collaborative workspaces
 
*collaborative workspaces
 
*personal workspaces
 
*personal workspaces
==Nuxeo Core==
+
 
 +
==核心==
 
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.
 
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.
  
Features:
+
功能:
 
* Model: content management concepts definition
 
* Model: content management concepts definition
 
* Storage Manager: low-level content storage and retrieval (JCR-based)
 
* Storage Manager: low-level content storage and retrieval (JCR-based)
第42行: 第83行:
 
* Security Manager: access rights manager and controller
 
* Security Manager: access rights manager and controller
 
* Event Service: abstract event service to broadcast and receive events
 
* Event Service: abstract event service to broadcast and receive events
==Nuxeo Enterprise Platform ==
+
 
 +
==企业平台==
 
Nuxeo EP is built on two layers:
 
Nuxeo EP is built on two layers:
 
* Nuxeo Foundations
 
* Nuxeo Foundations
 
* Nuxeo Enterprise Components
 
* Nuxeo Enterprise Components
==Storage==
+
 
 +
==存储==
 +
===[[MongoDB]]===
 +
 
 
===[[Apache Jackrabbit]]===
 
===[[Apache Jackrabbit]]===
  
第53行: 第98行:
 
如视频文件就存储在  
 
如视频文件就存储在  
 
  NuxeoEP5\NuxeoServer\server\default\data\NXRuntime\binaries\data
 
  NuxeoEP5\NuxeoServer\server\default\data\NXRuntime\binaries\data
==Developer==
+
 
 +
==开发者==
 
  svn co http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk
 
  svn co http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk
 
  svn co http://svn.nuxeo.org/nuxeo/doc
 
  svn co http://svn.nuxeo.org/nuxeo/doc
第59行: 第105行:
 
*http://jira.nuxeo.org
 
*http://jira.nuxeo.org
 
*http://maven.nuxeo.org/
 
*http://maven.nuxeo.org/
==Links==
 
*http://www.nuxeo.org/
 
*http://www.nuxeo.com
 
*http://docs.huihoo.com/nuxeo/
 
*http://docs.huihoo.com/javadoc/nuxeo/
 
  
<gallery perrow=4>
+
==图集==
 +
<gallery>
 +
image:Gartner-Magic-Quadrant-for-Content-Services-Platforms-2020.png|Gartner魔力象限2020
 +
image:Gartner-Magic-Quadrant-for-Content-Services-Platforms-2019.png|Gartner魔力象限2019
 +
image:Gartner-Magic-Quadrant-for-Content-Services-Platforms-2017.png|Gartner魔力象限2017
 +
image:Forrester-Wave-Digital-Asset-Management-For-Customer-Experience-Q2-2018.gif|Forrester Wave 2018
 +
image:nuxeo-bundle-component-service.png|组件模块化
 +
image:nuxeo-software-factory.png|Nuxeo软件工厂
 +
image:nuxeo-multi-tenant.png|多租户
 +
image:nuxeo-6-deployment-options.png|部署
 +
image:nuxeo-6-vcs-mapping.png|仓库
 +
image:nuxeo-6-directory-abstraction.png|目录
 +
image:nuxeo-6-end-points.png|端点
 +
image:nuxeo-6-event-bus.png|事件总线
 +
image:nuxeo-6-runtime.png|运行时
 +
image:nuxeo-6-extension-points.png|扩展点
 +
image:nuxeo-6-feature-layers.png|特性层
 +
image:nuxeo-6-bundles-deploy.png|Bundles部署
 +
image:nuxeo-6-document.png|文档
 +
image:nuxeo-6-control-panel.png|控制面板
 +
image:nuxeo-6-select-modules.png|安装
 +
image:nuxeo-6-login-stack.png|登录
 +
image:nuxeo-6-action-and-filter.png|安全
 +
image:nuxeo-6-android-connector.png|Android
 +
image:nuxeo-6-android-connector-and-caching.png|Android缓存
 +
image:nuxeo-6-simple-workflow-process.png|工作流
 +
image:nuxeo-6-expression-and-scripting-languages.png|表达式和脚本语言
 +
image:nuxeo-6-connect-registration.png|Connect注册
 +
image:nuxeo-6-update-center.png|更新中心
 +
image:nuxeo-domain-workspaces-create-content.png|创建内容
 +
image:nuxeo-domain-workspaces-videos-mp4.png|mp4视频
 +
image:nuxeo-drive.png|Nuxeo Drive
 +
image:nuxeo-6-elasticsearch.png|搜索
 +
image:nuxeo-6-1billion-documents.png|10亿文档
 
Image:schema_nuxeo5_technique.png|Nuxeo 5
 
Image:schema_nuxeo5_technique.png|Nuxeo 5
Image:ECM_schema.png|Enterprise Content Management
+
Image:ECM_schema.png|企业内容管理
Image:nuxeo5_fonctionnel_en.gif|Nuxeo 5: functional architecture
+
Image:nuxeo5_fonctionnel_en.gif|Nuxeo 5 功能架构
Image:schema_nuxeo5_4_color.gif|Nuxeo 5: technical architecture
+
Image:schema_nuxeo5_4_color.gif|Nuxeo 5 技术架构
Image:nexeo-functional-view.png|Layered Framework: Functional View
+
Image:nexeo-functional-view.png|Layered 框架
Image:schema_nuxeo5ep.gif|Nuxeo Enterprise Platform
+
Image:schema_nuxeo5ep.gif|Nuxeo 企业平台
Image:schema_nuxeofoundations.gif|Nuxeo Foundations
+
Image:schema_nuxeofoundations.gif|Nuxeo 基础
Image:schema_nuxeocore.gif|Nuxeo Core
+
Image:schema_nuxeocore.gif|Nuxeo 核心
 +
image:nuxeo-case-management-case-lifecycle.png|案例(Case)管理
 +
image:import-data-in-the-nuxeo-platform-university-data-capture.png|导入数据
 +
image:Nuxeo-Cluster-Architecture.png|集群架构
 
</gallery>
 
</gallery>
  
{{Comment}}
+
==链接==
 +
*http://www.nuxeo.org/
 +
*http://www.nuxeo.com
 +
*[http://nuxeo.github.io/ Nuxeo @ GitHub]
 +
*[http://cdn.nuxeo.com/ Nuxeo下载]
 +
*[http://docs.huihoo.com/nuxeo/ Nuxeo文档]
 +
*[http://docs.huihoo.com/javadoc/nuxeo/ Nuxeo Javadoc]
 +
*[http://www.infoq.com/cn/articles/nuxeo_python_to_java Nuxeo公司探秘:从Python迁移到Java]
  
[[Category:CMS]]
+
[[category:CMS]]
[[Category:ECM]]
+
[[category:ECM]]
[[Category:Java]]
+
[[category:java]]
 +
[[category:OSGi]]
 +
[[category:huihoo]]

2021年8月3日 (二) 07:01的最后版本

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

Nuxeo

目录

[编辑] 新闻

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

[编辑] 简介

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

[编辑] 功能

[编辑] OSGi

[编辑] 版本

[编辑] LTS 2019

[编辑] 11.x

[编辑] 10.x

[编辑] 9.x

[编辑] 8.x

[编辑] 7.x

[编辑] 6.0

[编辑] 5.x

  • 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

[编辑] 安装

[编辑] Docker

Docker Hub

$ docker run --name mynuxeo --rm -ti -p 8080:8080 -e NUXEO_PACKAGES="nuxeo-web-ui nuxeo-dam nuxeo-drive nuxeo-showcase-content nuxeo-template-rendering nuxeo-template-rendering-samples nuxeo-spreadsheet" nuxeo
http://localhost:8080/nuxeo
Administrator/Administrator

[编辑] 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

[编辑] 图集

[编辑] 链接

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

变换
操作
导航
工具箱