Skip to main content

mysql is required

Backup Installation

db.host Hostname or IP address of the database. Default value: localhost db.port Database port. Default value: 3306 for MySQL, 5342 for PostgreSQL db.name Database name. Default value: logicaldoc backup.db.dir Absolute path of the temporary folder that...

Prepare the Database on Windows

installer also includes a MariaDB and will use it by default, but if you want to connect LogicalDOC to an existing MySQL or MariaDB installation, this guide describes how to prepare the database where the application will store all data. The MySQL...

Prepare the Database on Ubuntu

In order to set up a production system, you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, if this is not the case install it:...

Prepare the Database on macOS

In order to set up a production system, you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, if this is not the case install it:...

Prepare the Database on Linux

In order to set up a production system, you have to prepare a MySQL database where the application will store all data. To perform this step, make sure to have a MySQL up and running, so execute the command: /etc/init.d/mysql status Default settings...

Instructions for the Trial

with Docker If you have Docker installed in your server, just execute these commands in a shell: $ docker run -d --name=mysql-ld --env="MYSQL_ROOT_PASSWORD=mypassword" --env="MYSQL_DATABASE=logicaldoc" --env="MYSQL_USER=ldoc"...

Install on Ubuntu

commands on the Terminal by copying and pasting them one at a time (Ubuntu 22.04) $ sudo apt install openjdk-21-jdk MySQL In order to set up a production system, you have to provide a MySQL database where the application will store all data. To perform...

Install on QNAP

allocated for LogicalDOC expressed in MBDB_ENGINEmariadbthe database type, possible vaues are: mariadb, mysql, mssql, oracle, postgresDB_HOSTthe IP of your QNAPthe database server hostDB_PORT3386the database communication port, use the same port used...

Install on Synology

allocated for LogicalDOC expressed in MBDB_ENGINEmariadbthe database type, possible values are: mariadb, mysql, mssql, oracle, postgresDB_HOSTlogicaldoc-dbthe database server hostDB_PORT3306the database communication port, use the same port used for the...

Install the Application on Windows

as default or change them at your will. The installer will guide you in connecting LogicalDOC to an existing database(MySQL, Oracle or SQL Server), don't use the embedded database for production. At the end of installation, point the browser to...