Difference between revisions of "Specialised Servers - LogicalDOC"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 12 (bookworm) {{!}} <br> {{!}}} [https://docs.logicaldoc.com/ LogicalDOC] is a document Management System... It seems to be fairly functional & useful....")
 
Line 15: Line 15:


Here goes a functional set installation instructions.
Here goes a functional set installation instructions.
<span style="color: rgb(224, 62, 45);">('''NOTE''': Due to the complexity of this install, I'll be doing it logged in as '''root'''.)</span>
= Prerequisites =
You'll need a database, Java & a handful of other applications.
For Java, Let's install an up-to date version:
* <code>apt install openjdk-17-jdk</code>
We'll use MariaDB since I'm doing this on Debian (using the procedure [[Database - MariaDB{{!}}outlined here]]):
* <code>apt install mariadb-server mariadb-client php-mysql</code>
* <code>mysql_secure_installation</code>
And the rest of the stuff they say you'll need:
* <code>apt install libreoffice imagemagick ghostscript tesseract-ocr xpdf openssl clamav</code>

Revision as of 14:43, 18 August 2023

Proven on:
Logo Debian.png
12 (bookworm)


LogicalDOC is a document Management System...

It seems to be fairly functional & useful.  Sadly, the documentation has a few issues.

So...

Here goes a functional set installation instructions.

(NOTE: Due to the complexity of this install, I'll be doing it logged in as root.)

Prerequisites

You'll need a database, Java & a handful of other applications.

For Java, Let's install an up-to date version:

  • apt install openjdk-17-jdk

We'll use MariaDB since I'm doing this on Debian (using the procedure outlined here):

  • apt install mariadb-server mariadb-client php-mysql
  • mysql_secure_installation

And the rest of the stuff they say you'll need:

  • apt install libreoffice imagemagick ghostscript tesseract-ocr xpdf openssl clamav