Setting up the service registry - easysoa/EasySOA GitHub Wiki
(for 0.4) Setting up the service registry
This article explains how to set up a service registry instance without using the full release.
The Nuxeo Installation Guide explains how to install and run Nuxeo DM. After having installed Nuxeo 5.5, you have to get a copy of the EasySOA repository (git clone git://github.com/easysoa/EasySOA.git
, see [this page](Development Environment) for installing Git) and install the EasySOA plugins:
Without Buildr
- Make sure Maven is installed.
- Run
mvn clean install
from theeasysoa-common
folder. - Run
mvn clean install
from theeasysoa-registry
folder. - Run
mvn clean install
from theeasysoa-registry-packaging
folder. - Copy the
easysoa-registry-packaging/target
contents to the root of your Nuxeo folder (more info on the packaging project here).
With Buildr
If you have set up a complete [Development Environment](Development Environment), you can also run, from the easysoa-distribution
folder:
buildr nx_mvn nx_dist
to build and copy everything to Nuxeo (then you only have to start it)buildr nx_mvn nx_dist test=no
to also skip testsbuildr nx_mvn nx_dist test=no offline=yes
to also work offline (faster)
Don't forget to copy first the easysoa-distribution/build.yaml
configuration file to ~/.buildr/settings.yaml
and edit it according to your Nuxeo instance path.
Updating from a previous version
If you're updating from a previous version of the model, please reset all your data by deleting the following Nuxeo folder : ./nxserver/data
.