Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Windows OS

Operating System: Windows Server 2008+; Windows 7+
Nuxeo version: 5.9.5
Java: 1.7+

...


The control panel will display the Nuxeo Server URL. (See nuxeo_control_panel.jpg)

Complete the Nuxeo Startup Wizard

  • Double click the "Nuxeo" shortcut located on Desktop, NuxeoCtl will be started. Click "Open in browser" button to open the following URL in web browser: http://localhost:8080/nuxeo/
  • Follow the configuration questions on the initial nuxeo startup wizard web page. Please keep the default setting when choosing Nuxeo modules (the document management module is required).

...

    • Connect to the Nuxeo server with Administrator user
    • Click 'Document Management' in the header bar
    • Click Workspaces link
    • Click "Create a new workspace" button
    • Give workspace the title: Patricia     ; and press create

Configure/Install ImageMagicK

Stop Nuxeo server.


Prepend the following path to `PATH` environment variable:

...

          cmd /C convert -density "150" "C:\SharedFiles\test.pdf" "C:\SharedFiles\test.png"

Install and Configure Tesseract

Download from https://tesseract-ocr.googlecode.com/files/tesseract-ocr-setup-3.02.02.exe


Double click the file to install.


In "Select components to install" section, click "Language data" checkbox and make sure all languages are selected.

...

Don't forget to open a new console window for the change to take effect.

Install custom fonts (if any are needed)

Install any fonts used by the organisation into the relevant directory ( On linux, it's /usr/share/fonts, e.g. truetype or type1).  Also, they should notify Patrix of the custom fonts to ensure the PDF letterhead functions are tested and verified as correct.

Installing LibreOffice

install LibreOffice according instruction

For Linux use commands:

sudo yum install libreoffice
or
sudo apt-get install libreoffice

Logging (recommended)


Add the following to <NUXEO_HOME>\lib\log4j.xml file (above the <root> logger), to set the threshold ouput level of the dms logging output.

...

          <category name="com.pi">
   <priority value="INFO" />
</category>

Increase default Nuxeo file name length limit

Add the next parameter to nuxeo.conf

Code Block
nuxeo.path.segment.maxsize=256

Increase stability of import process

Add the next parameter to nuxeo.conf

Code Block
nuxeo.db.transactiontimeout=600

Configure Nuxeo to Point to your Patricia Database

Create a configuration file pi-nuxeo.xml containing:

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties version="1.0">
<!-- Patricia JDBC settings -->
<entry key="patricia.jdbc.driver">com.microsoft.sqlserver.jdbc.SQLServerDriver</entry>
<entry key="patricia.jdbc.url">jdbc:sqlserver://yourMsSqlServer.company.com:1433;databaseName=patriciaDbName;integratedSecurity=false</entry>
<entry key="patricia.jdbc.username">yourUsername</entry>
<entry key="patricia.jdbc.password">yourPassword</entry>
<entry key="nuxeo.server">yourNuxeoserver.company.com:8080</entry>
<!-- installation ID was moved to Patricia DB. It should be retrieved by query select string_value from pat_configuration where configuration_id=313 -->
<!-- <entry key="patricia.installation.id">12345</entry> -->
</properties>


If using Linux or MacOS X, copy the configuration file to:

...

If you are unsure of your Patricia Installation Id, please request the identifier from Patrix Support <support@patrix.com>.

Deploy Patricia Extended DMS Module using the Admin Center GUI

- Download the Patricia Extended DMS marketplace extension for Nuxeo (pi-nuxeo-marketplace-latest-mp.zip).
- Log to Nuxeo with the user Administrator

...