database username, use the same username used for the logicaldoc-db containerDB_PASSWORDchangemethe database password, use the same password used for the logicaldoc-db containerDB_MANUALURLfalsenot used, leave it falseDB_URLlogicaldocnot used, leave it...
database username, use the same username used for the logicaldoc-db containerDB_PASSWORDchangemethe database password, use the same password used for the logicaldoc-db containerDB_MANUALURLfalsenot used, leave it falseDB_URLlogicaldocnot used, leave it...
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...
The LogicalDOC Backup needs to be installed in the same server that is running your LogicalDOC. Download and launch the installation package for your system from the download website. During the setup, you will be prompted to provide the folder where...
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:...
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:...
The LogicalDOC's 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...
This panel shows the list of all users currently existing into the system. To add a new user, you have to click on Add User button and then fill all the required data: Username Email First Name Last Name Language Group Each user can belong to one or...
The Custom Reports package leverages the reporting features of Eclipse BIRT, enabling users to create reports on the application's activity, directly from LogicalDOC. Users can create and generate reports, defining what...
The Linux setup is: logicaldoc-cross-platform-installer-.jar Download it and execute the following commands command from command line: $ unzip logicaldoc-cross-platform-installer-.jar -d tmp $ mkdir /LogicalDOC $ tar -zxf tmp/LogicalDOCJex.tar.gz -C...
You can try LogicalDOC in different ways, this page lists the options you have available. Install the application in your server All the installation packages are available here: http://dist.logicaldoc.com Detailed instructions for installing in...
Get from the download website the setup file: installer-linux-.zip To install LogicalDOC unpack the zip archive, open a terminal window and execute the command from command line: $ java -jar logicaldoc-installer.jar If the system does not have a...
Get from the download website the setup file: installer-linux-.zip To install LogicalDOC unpack the zip archive, open a terminal window and execute the command from command line: $ java -jar logicaldoc-installer.jar If the system does not have a...
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow us to package up our application with all the parts it needs, such as libraries and other dependencies, and ship it all out as one...