Nuxeo

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(图集)
(图集)
 
(未显示1个用户的16个中间版本)
第1行: 第1行:
 
{{SeeWikipedia}}
 
{{SeeWikipedia}}
  
Nuxeo 是一款领先的开源 (LGPL、LGPL, EPL, Apache) [[ECM|企业内容管理]]软件,也是一个开放的商业应用平台。
+
Nuxeo
  
 
==新闻==
 
==新闻==
第7行: 第7行:
  
 
==简介==
 
==简介==
 +
Nuxeo 是一款领先的开源 (Apache v2) [[ECM|企业内容管理]]软件,也是一个开放的商业应用平台。
  
 
==功能==
 
==功能==
 +
 +
==OSGi==
 +
*[https://doc.nuxeo.com/nxdoc/runtime-and-component-model/ Runtime and Component Model]
  
 
==版本==
 
==版本==
 +
 +
===LTS 2019===
  
 
===11.x===
 
===11.x===
第31行: 第37行:
  
 
==安装==
 
==安装==
 +
===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===
 
===Debian===
 
  wget -q -O- http://apt.nuxeo.org/nuxeo.key | apt-key add -
 
  wget -q -O- http://apt.nuxeo.org/nuxeo.key | apt-key add -
第96行: 第108行:
 
==图集==
 
==图集==
 
<gallery>
 
<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-2019.png|Gartner魔力象限2019
 
image:Gartner-Magic-Quadrant-for-Content-Services-Platforms-2017.png|Gartner魔力象限2017
 
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: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-software-factory.png|Nuxeo软件工厂
 
image:nuxeo-multi-tenant.png|多租户
 
image:nuxeo-multi-tenant.png|多租户
第121行: 第135行:
 
image:nuxeo-6-connect-registration.png|Connect注册
 
image:nuxeo-6-connect-registration.png|Connect注册
 
image:nuxeo-6-update-center.png|更新中心
 
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-elasticsearch.png|搜索
 
image:nuxeo-6-1billion-documents.png|10亿文档
 
image:nuxeo-6-1billion-documents.png|10亿文档
第131行: 第148行:
 
Image:schema_nuxeofoundations.gif|Nuxeo 基础
 
Image:schema_nuxeofoundations.gif|Nuxeo 基础
 
Image:schema_nuxeocore.gif|Nuxeo 核心
 
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>
  
第144行: 第164行:
 
[[category:CMS]]
 
[[category:CMS]]
 
[[category:ECM]]
 
[[category:ECM]]
[[category:Java]]
+
[[category:java]]
 +
[[category:OSGi]]
 
[[category:huihoo]]
 
[[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

[编辑] 图集

[编辑] 链接

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

变换
操作
导航
工具箱