Difference between revisions of "Installation using MariaDB"

From LogicalDOC Community Wiki
Jump to navigationJump to search
Line 6: Line 6:
 
It is assumed that the user is logged in and has sudo privilege. These steps are performed from the command line.  
 
It is assumed that the user is logged in and has sudo privilege. These steps are performed from the command line.  
  
<syntaxhighlight lang="bash">
+
<source lang="bash">
 
$ sudo apt-get update
 
$ sudo apt-get update
</syntaxhighlight>
+
</source>
  
 
== Install Oracle JDK 8 ==
 
== Install Oracle JDK 8 ==
Line 15: Line 15:
 
=== Add the WebUpd8 Team Personal Package Archive (PPA) ===
 
=== Add the WebUpd8 Team Personal Package Archive (PPA) ===
 
'''Add the PPA:'''
 
'''Add the PPA:'''
<syntaxhighlight lang="bash">
+
<source lang="bash">
 
sudo apt-add-repository ppa:webupd8team/java
 
sudo apt-add-repository ppa:webupd8team/java
</syntaxhighlight>
+
</source>
  
  
 
=== The Installation ===
 
=== The Installation ===
<syntaxhighlight lang="bash">
+
<source lang="bash">
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get install oracle-java8-installer
 
sudo apt-get install oracle-java8-installer
</syntaxhighlight>
+
</source>
  
 
=== Verify Installation ===
 
=== Verify Installation ===
<syntaxhighlight lang="bash">
+
<source lang="bash">
 
java -version
 
java -version
</syntaxhighlight>
+
</source>
 
   
 
   
 
== Install MariaDB ==  
 
== Install MariaDB ==  

Revision as of 16:58, 8 September 2016

LogicalDOC CE 7.5.1 has been successfully installed on Ubuntu 14.04 Server using MariaDB 10.1.
This install was on a vanilla install of Ubuntu 14.04 LTE 64bit Server. The steps below follow what I did to configure Ubuntu for LogicalDOC.

Update Current Packages

It is assumed that the user is logged in and has sudo privilege. These steps are performed from the command line.

$ sudo apt-get update

Install Oracle JDK 8

https://www.liquidweb.com/kb/how-to-install-oracle-java-8-on-ubuntu-14-04-lts/

Add the WebUpd8 Team Personal Package Archive (PPA)

Add the PPA:

sudo apt-add-repository ppa:webupd8team/java


The Installation

sudo apt-get update
sudo apt-get install oracle-java8-installer

Verify Installation

java -version

Install MariaDB

Install Third Parties Components

Install LogicalDOC

Configure Service for Reboot