nxshell under Nuxeo 5.5

I'm have Nuxeo 5.5 under Ubuntu Server 11.10 installed via apt-get. I'm trying to use the nxshell.sh but I can't find it. Where is this script? or I have to install a previous version? Thanks

0 votes

1 answers

1929 views

ANSWER



You have now Nuxeo Shell into the Web UI:

  • Connect as Administrator
  • Go to Admin Center > Monitoring > Shell
  • Connect to the server with the following call

connect http://serverName:portNumber/nuxeo/site/automation -u Administrator

Or from the launcher:

  • Start Nuxeo shell with the UI with “$NUXEO_SERVER/bin/nuxeoctl gui”
  • You can open it even if the server is already started.
  • Click on “Nuxeo Shell” tab
  • Connect to the server with the following call

connect http://localhost:8080/nuxeo/site/automation -u Administrator

3 votes