Hello,
you can find all the documentation here:
http://svn.nuxeo.org/trac/nuxeo/wiki/DeveloperQuickStart, here is the extact
:
The first time

Now everything happens with the maven pom.xml, except the file management
tasks that remains with ant. So we only call the build.xml file with Ant,
and Maven tasks are called from this file. To correctly run the Ant scripts,
you need to set up JBOSS_DIR variable in build.properties.

The first time, you need to add some Nuxeo libraries into Jboss directory,
so you first run, from the top of your nuxeo-ep checkout :

$ cd nuxeo-ep
$ ant patch

then :

$ ant deploy

Once deployed you should be able to run Nuxeo with:

$ /opt/jboss/bin/run.sh

Or run.bat under windows.

Then test the application by pointing your browser to:
http://localhost:8080/nuxeo.

And use the following credentials: username = Administrator - password =
Administrator.


On 4/27/07, Sanjiva Nath <[EMAIL PROTECTED]> wrote:

No.  I missed that in the installation.  I am relatively new to Ant.
What is the instruction for running this patch?

-Sanjiva


On Fri, 2007-04-27 at 18:22 +0200, Laurent Godard wrote:
> Hi
>
> >   I went through the steps in Nuxeo5 Developer Quickstart and it seems
> > that all components installed correctly.  However, I am getting HTTP
404
> > error when trying to bring up nuxeo (the deployment failure log
below).
> >
>
> did you run
> ant patch
>
> to patch jboss ?
>
> Laurent
>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

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

Reply via email to