"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 __ _ ______ ____ ______
2 / / ____ ____ _(_)________ _/ / __ \/ __ \/ ____/
3 / / / __ \/ __ `/ / ___/ __ `/ / / / / / / / /
4 / /___/ /_/ / /_/ / / /__/ /_/ / / /_/ / /_/ / /___
5 /_____/\____/\__, /_/\___/\__,_/_/_____/\____/\____/
6 /____/
7
8 https://www.logicaldoc.com
9
10 LogicalDOC Community Edition
11
12 For a complete installation quide, please go here: https://docs.logicaldoc.com
13
14
15 Prerequisites:
16 Java 11 (AKA Java SE 11, AKA Java SE Development Kit 11). Also compatible with JDK 11 - OpenJDK - AdoptOpenJDK
17 A database engine up and running (recommended choice is MySQL 8.0 or MariaDB 10.4)
18
19 ________________________________________________________________________________
20 Installation procedure:
21
22 1) Open a console
23
24 2) Type the command: java -jar logicaldoc-installer.jar
25
26 Note: it is possible to run the installation from command line (without graphical interface) (no running X Server available)
27 just add the option -console to the command: java -jar logicaldoc-installer.jar -console
28
29 3) Follow the installation steps
30
31 ________________________________________________________________________________
32 Start/Stop procedure on Linux and Mac OSX:
33
34 1) Open a privileged console in the installation directory
35
36 2) To start type the command: ./bin/logicaldoc.sh start
37
38 3) To stop type the command: ./bin/logicaldoc.sh stop
39
40 ________________________________________________________________________________
41 Please report any bugs you can find using the dedicated Bug tracking system:
42 https://bugs.logicaldoc.com
43
44 The LogicalDOC Development Team