Hi all,

This mail is intended to those who wants to setup the apogee development environment.

To install Apogee dev. environment on your computer follow these steps:

First you need to install the apogee version of nuxeo-runtime as follow:
1. Checkout https://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk (these are Nuxeo5 projects)
If you already have nuxeo-ep checked out skip this step
2. Go into org.nuxeo.runtime/nuxeo-runtime project and run
   mvn -Papogee install
   to generate apogee runtime library
Note: These first 2 steps are not necesary if nuxeo-runtime-apogee.jar is available online in a maven repository

Second you need to checkout the apogee core build project.
1. Checkout https://svn.nuxeo.org/nuxeo/nuxeo-apogee-core/trunk
2. run mvn install
A target/plugins directory will be created at the project root let say its path is: ${apogee.build}/target/plugins 3. Go into eclipse and add this directory to the Target Platform in PDE options:
   - Click on Window > Preferences > Plug-in Development > Target Platform
- In Plugins tab click on Add ... and add the directory containing apogee core plugins

Third you need to checkout apogee projects:
1. Checkout all projects https://svn.nuxeo.org/nuxeo/sandbox/Apogee/trunk
2. Import these projects into eclipse (File > Import > Existing Projects into Workspace)

That's all. Now you can begin to work on apogee
To start apogee from eclipse you need to click on Launch Product in the file org.nuxeo.apogee/Apogee.product Or you may use a PDE Run configuration to launch apogee as an eclipse plugin.

Regards,
Bogdan


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to