Difference between revisions of "Quick Install"

From LogicalDOC Community Wiki
Jump to navigationJump to search
(First login)
m
(42 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
Requirements are:
 
Requirements are:
 +
* Install java jdk 1.8
 
* Install LogicalDOC-Tomcat bundle  
 
* Install LogicalDOC-Tomcat bundle  
* Install java jdk 1.7
 
  
==== Install Java JDK 1.7 ====
+
==== Install Java JDK 1.8 ====
Go to the Oracle Java download site and select to download the Java Developer Kit (JDK) 7, latest update. The url is http://www.oracle.com/technetwork/java/javase/downloads/index.html (Note that the url or version number may change as time goes by). When the file has been downloaded, execute it to install Java on your system using the setup wizard.
+
Go to the Oracle Java download site and select to download the Java Developer Kit (JDK) 8, latest update. The url is http://www.oracle.com/technetwork/java/javase/downloads/index.html<br/>
 +
(Note that the url or version number may change as time goes by).<br/> 
 +
When the file has been downloaded, execute it to install Java on your system using the setup wizard.
  
 
==== Install LogicalDOC ====
 
==== Install LogicalDOC ====
Download the LogicalDOC 6 + Tomcat 7 bundle and uncompress on your file system disk (a good option is to uncompress on ''C:\''). If you experience problems uncompressing '''logicaldoc-6.x.x-tomcat-bundle.zip''', try using the WinRAR application to uncompress it.
+
Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress on ''C:\''). If you experience problems uncompressing '''logicaldoc-7.x.x-tomcat-bundle.zip''', try using 7-Zip or the WinRAR application to uncompress it.
  
==== Application startup ====
+
'''Application startup'''
 
* Execute the command ''C:\tomcat\bin\catalina.bat start'' to run LogicalDOC + Tomcat application server.
 
* Execute the command ''C:\tomcat\bin\catalina.bat start'' to run LogicalDOC + Tomcat application server.
 +
 +
'''Complete the installation'''
 +
* Continue with the [[#Setup_Procedure|Setup Procedure]]
  
 
== Linux ==
 
== Linux ==
  
 
Requirements are:
 
Requirements are:
 +
* Install java jdk 1.8
 
* Install LogicalDOC-Tomcat bundle  
 
* Install LogicalDOC-Tomcat bundle  
* Install java jdk 1.7
 
 
There are several ways to install it. These steps were used to install on Ubuntu but can be used for any other Linux flavor.
 
There are several ways to install it. These steps were used to install on Ubuntu but can be used for any other Linux flavor.
  
=== Install Java JDK 1.7 ===
+
=== Install Java JDK 1.8 ===
 
Execute the following commands '''on the Terminal''' by copying and pasting them one at a time
 
Execute the following commands '''on the Terminal''' by copying and pasting them one at a time
  
Line 31: Line 36:
 
  $ sudo add-apt-repository ppa:webupd8team/java
 
  $ sudo add-apt-repository ppa:webupd8team/java
 
  $ sudo apt-get update
 
  $ sudo apt-get update
  $ sudo apt-get install oracle-jdk7-installer
+
  $ sudo apt-get install oracle-java8-installer
  
 
=== Install LogicalDOC ===
 
=== Install LogicalDOC ===
Download the LogicalDOC 6 + Tomcat 7 bundle and uncompress on your file system disk (a good option is to uncompress under ''/opt/'').
+
Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress under ''/opt/'').
  
 
Execute the following command on the terminal
 
Execute the following command on the terminal
  
  $ unzip '''logicaldoc-6.x.x-tomcat-bundle.zip'''
+
  $ unzip '''logicaldoc-7.x.x-tomcat-bundle.zip'''
  
=== Application startup ===
+
'''Application startup'''
 
* Execute the command ''/opt/tomcat/bin/catalina.sh start'' to run LogicalDOC + Tomcat application server.
 
* Execute the command ''/opt/tomcat/bin/catalina.sh start'' to run LogicalDOC + Tomcat application server.
 +
 +
'''Complete the installation'''
 +
* Continue with the [[#Setup_Procedure|Setup Procedure]]
  
 
== Mac OS X ==
 
== Mac OS X ==
'''You don't need to install Java for OS X...''' Java is installed by default and shipped with every OS X. The only important thing is to update your version of Java to the latest, through OS X System Software update. This is to ensure you have the latest Java version, especially for OS X 10.6.6 and above, which makes your version of Java(SE) capable of 32bit & 64bit.
+
Requirements are:
 +
* Install java jdk 1.8
 +
* Install LogicalDOC-Tomcat bundle
  
Note: Don't go to the Java or Oracle website to acquire Java. Apple supplies and maintains Java for OS X. This is true as of Java 1.7 though this practice might change with Java 1.7. Because Apple maintains their own Java, every Java application in OS X looks and performs like a native cocoa application.
+
==== Install Java JDK 1.8 ====
 +
Go to the Oracle Java download site and select to download the Java Developer Kit (JDK) 8, latest update.  
 +
The url is http://www.oracle.com/technetwork/java/javase/downloads/index.html (Note that the url or version number may change as time goes by).  
  
=== JDK 1.7 for Mac OS X? ===
+
Follow the instructions as shown in the installation page of JDK 8 for Mac
The whole JDK (JRE,JVM, Class Libraries, Development tools such as compiler) are built into every OS X, thus making installation of LogicalDOC the easiest of all 3 (Windows, Linux, MacOS X) platforms - '''No need to install Java from any website'''.  Just extract and run your LogicalDOC installation.
+
https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html
  
 
=== Install LogicalDOC ===
 
=== Install LogicalDOC ===
Download the LogicalDOC 6 + Tomcat 7 bundle and uncompress on your file system disk (a good option is to uncompress under ''/Library'') or alternatively copy, move by OS X GUI, open a new finder window and browse your Macintosh HD, Locate and move/copy LogicalDOC 6 + Tomcat 7 inside the Library folder.
+
Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress under ''/Library'') or alternatively copy, move by OS X GUI, open a new finder window and browse your Macintosh HD, Locate and move/copy LogicalDOC 7 + Tomcat 8 inside the Library folder.
  
 
In OS X, open the Terminal application by browsing through Finder and navigate to Applications/Utilities folder and double click Terminal application.
 
In OS X, open the Terminal application by browsing through Finder and navigate to Applications/Utilities folder and double click Terminal application.
Line 58: Line 70:
 
Execute the following command on the terminal OR alternatively, just double click the zip file you have copied/moved in the finder and it will extract itself! Same result and '''no need to type or use Terminal commands.'''
 
Execute the following command on the terminal OR alternatively, just double click the zip file you have copied/moved in the finder and it will extract itself! Same result and '''no need to type or use Terminal commands.'''
  
  $ unzip '''logicaldoc-6.x.x-tomcat-bundle.zip'''
+
  $ unzip '''logicaldoc-7.x.x-tomcat-bundle.zip'''
  
=== Application startup ===
+
'''Application startup'''
 
* Execute the command ''/Library/tomcat/bin/catalina.sh start'' to run LogicalDOC + Tomcat application server.
 
* Execute the command ''/Library/tomcat/bin/catalina.sh start'' to run LogicalDOC + Tomcat application server.
 +
 +
 +
'''Complete the installation'''
 +
* Continue with the [[#Setup_Procedure|Setup Procedure]]
 +
 +
== Setup Procedure ==
 +
* Wait until the boot process of Tomcat ends
 +
You should wait until you see a message on the console similar to the one shown below
 +
INFO: Server startup in 8423 ms
 +
* Restart Tomcat for the 2nd time
 +
* Wait that the startup complete
 +
* On a client browser, open the URL http://localhost:8080/logicaldoc/.
 +
* You should see under the login form a triangle of warning, click on the link to the right to activate the setup procedure
 +
* Perform the LogicalDOC Setup procedure using admin/admin as username/password in order to access the protected setup section
 +
* Define a folder (on the filesystem) to use for the document repository (in some systems it may be necessary in advance the creation of the folder setting the correct write privileges)
 +
* Select the type of database to use, the fastest procedure is to select the internal database (of course you can decide to use a more efficient database, the only thing is that you first need to proceed to the creation of a database schema)
 +
 +
<gallery>
 +
File:01-wait-bootstrap-ends.png|Wait bootstrap ends
 +
File:02-application-tobe-restarted.png|Application restart
 +
File:03-start-the-setup-procedure.png|Start setup procedure
 +
File:04-select-repo-folder.png|Define repo folder
 +
</gallery>
  
 
== First Login ==
 
== First Login ==
Line 69: Line 104:
 
* Please take a look at http://forums.logicaldoc.com/ if you have any problem.
 
* Please take a look at http://forums.logicaldoc.com/ if you have any problem.
  
== Post installation notes ==
+
== Post Installation Notes ==
{{Advice|Once installed, please read [[Basic application knowledge]] and [http://docs.logicaldoc.com/en/system-access.html User Guide] to familiarize yourself with LogicalDOC, [[Application configuration]] for configuration details, or [http://docs.logicaldoc.com/en/administration-access.html Administration Guide] to become a LogicalDOC power administrator. If you have any problem, take a look at the [[Troubleshooting]] section.}}
+
{{Advice|Once installed, please read the [http://docs.logicaldoc.com/en/entering-in-the-system User's Guide] to familiarize yourself with LogicalDOC, or [http://docs.logicaldoc.com/en/administration-access Administration Guide] to learn the administrator features.<br/>
 +
In case of problems you can refer to the [http://forums.logicaldoc.com Community Forums].
 +
You can also use the [http://issues.logicaldoc.com Bug Tracking] tool to report an issue with the software.}}
  
 
[[Category: Quick Install]]
 
[[Category: Quick Install]]

Revision as of 12:57, 3 April 2017

In less than five minutes you can install LogicalDOC and run it on your own server.

Windows

Requirements are:

  • Install java jdk 1.8
  • Install LogicalDOC-Tomcat bundle

Install Java JDK 1.8

Go to the Oracle Java download site and select to download the Java Developer Kit (JDK) 8, latest update. The url is http://www.oracle.com/technetwork/java/javase/downloads/index.html
(Note that the url or version number may change as time goes by).
When the file has been downloaded, execute it to install Java on your system using the setup wizard.

Install LogicalDOC

Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress on C:\). If you experience problems uncompressing logicaldoc-7.x.x-tomcat-bundle.zip, try using 7-Zip or the WinRAR application to uncompress it.

Application startup

  • Execute the command C:\tomcat\bin\catalina.bat start to run LogicalDOC + Tomcat application server.

Complete the installation

Linux

Requirements are:

  • Install java jdk 1.8
  • Install LogicalDOC-Tomcat bundle

There are several ways to install it. These steps were used to install on Ubuntu but can be used for any other Linux flavor.

Install Java JDK 1.8

Execute the following commands on the Terminal by copying and pasting them one at a time

$ sudo apt-get purge openjdk*
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

Install LogicalDOC

Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress under /opt/).

Execute the following command on the terminal

$ unzip logicaldoc-7.x.x-tomcat-bundle.zip

Application startup

  • Execute the command /opt/tomcat/bin/catalina.sh start to run LogicalDOC + Tomcat application server.

Complete the installation

Mac OS X

Requirements are:

  • Install java jdk 1.8
  • Install LogicalDOC-Tomcat bundle

Install Java JDK 1.8

Go to the Oracle Java download site and select to download the Java Developer Kit (JDK) 8, latest update. The url is http://www.oracle.com/technetwork/java/javase/downloads/index.html (Note that the url or version number may change as time goes by).

Follow the instructions as shown in the installation page of JDK 8 for Mac https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html

Install LogicalDOC

Download the LogicalDOC 7 + Tomcat 8 bundle and uncompress on your file system disk (a good option is to uncompress under /Library) or alternatively copy, move by OS X GUI, open a new finder window and browse your Macintosh HD, Locate and move/copy LogicalDOC 7 + Tomcat 8 inside the Library folder.

In OS X, open the Terminal application by browsing through Finder and navigate to Applications/Utilities folder and double click Terminal application.

Execute the following command on the terminal OR alternatively, just double click the zip file you have copied/moved in the finder and it will extract itself! Same result and no need to type or use Terminal commands.

$ unzip logicaldoc-7.x.x-tomcat-bundle.zip

Application startup

  • Execute the command /Library/tomcat/bin/catalina.sh start to run LogicalDOC + Tomcat application server.


Complete the installation

Setup Procedure

  • Wait until the boot process of Tomcat ends

You should wait until you see a message on the console similar to the one shown below

INFO: Server startup in 8423 ms
  • Restart Tomcat for the 2nd time
  • Wait that the startup complete
  • On a client browser, open the URL http://localhost:8080/logicaldoc/.
  • You should see under the login form a triangle of warning, click on the link to the right to activate the setup procedure
  • Perform the LogicalDOC Setup procedure using admin/admin as username/password in order to access the protected setup section
  • Define a folder (on the filesystem) to use for the document repository (in some systems it may be necessary in advance the creation of the folder setting the correct write privileges)
  • Select the type of database to use, the fastest procedure is to select the internal database (of course you can decide to use a more efficient database, the only thing is that you first need to proceed to the creation of a database schema)

First Login

Post Installation Notes


Note idea.png Once installed, please read the User's Guide to familiarize yourself with LogicalDOC, or Administration Guide to learn the administrator features.

In case of problems you can refer to the Community Forums.

You can also use the Bug Tracking tool to report an issue with the software.