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
...
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:
...
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
...