Skip to content

Nuxeo Activity provides a service to store and retrieve activities done in Nuxeo.

Notifications You must be signed in to change notification settings

inevo/nuxeo-activity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxeo Activity

This addon provides a service to store and retrieve activities done in Nuxeo.

Building and deploying

How to build

You can build Nuxeo Activity with:

$ mvn clean install

How to deploy

Deploy the module

Copy the nuxeo-activity-*.jar into your Nuxeo instance in nxserver/bundles and restart.

Configure the Datasource

Nuxeo Activity relies on a Datasource nxactivities which is not defined in a default distribution. The easiest way to add it is to use the provided activity template. You need to copy the templates/activity folder into your Nuxeo instance:

$ cp -r templates/activity $NUXEO_HOME/templates/

Edit the bin/nuxeo.conf file to deploy the activity template after the default configuration:

nuxeo.templates=default,activity

Restart the Nuxeo instance.

About Nuxeo

Nuxeo provides a modular, extensible Java-based [open source software platform for enterprise content management] 1 and packaged applications for [document management] 2, [digital asset management] 3 and [case management] 4. Designed by developers for developers, the Nuxeo platform offers a modern architecture, a powerful plug-in model and extensive packaging capabilities for building content applications.

More information on: http://www.nuxeo.com/

About

Nuxeo Activity provides a service to store and retrieve activities done in Nuxeo.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • CSS 2.5%