Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
anbernabei committed May 21, 2018
1 parent 71cd078 commit 1fb71e0
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions installation-guide/ka_inst_prereq.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
Before going into details on Knowage installation, it is necessary to
check if certain prerequisites are satisfied. We start to distinguish
between the certified environments and the compatible ones. The first
are those where check tests take place. The latter are those
environments technically compatibles but where integration tests are
not executed.

Prerequisite
====================

Before going into details on Knowage installation, it is necessary to check if certain prerequisites are satisfied. We start to distinguish between the certified environments and the compatible ones. The first are those where check tests take place. The latter are those environments technically compatibles but where integration tests are not executed.

3.1 Operative systems
======================
Operative systems
------------------

The Operative Systems (OS) showed in Table 3.1 and 3.2 are those ones
which suit with Knowage platform.
The Operative Systems (OS) showed in Table 3.1 and 3.2 are those ones which suit with Knowage platform.

+---------------------------+-------------+
| Certified Environments | |
| Certified Environments |
+===========================+=============+
| **Operative System** | **Version** |
+---------------------------+-------------+
Expand Down Expand Up @@ -56,7 +54,7 @@
successfully installed and that the environment variable JAVA_HOME is
properly configured.

|image1| Define the JAVA_HOME variable inside the users’ file
|image1| Define the JAVA_HOME variable inside the users’ file
.bash_profile used in the installation process (root and tomcat, as
shown in the following Code 3.1):

Expand All @@ -70,7 +68,7 @@
environment.

|image2| Define the JAVA_HOME variable and PATH in the section
"Environment variables“ which can be reached from the ”System“. You
"Environment variables“ which can be reached from the ”System“. You
can refer to Figure 3.1.

JDK version
Expand Down Expand Up @@ -243,14 +241,14 @@

Therefore, a schema must be available. It can be reached through the
JDBC protocol by the Knowage installation server; such a schema will
be called "metadata DB” in the following. Observe that Knowage
be called "metadata DB” in the following. Observe that Knowage
includes all the DDL for table creation.

3.8 Database schema for data.

A schema for data must be also available. It can be queried through
Knowage and can be reached through the JDBC protocol by the Knowage
installation server; such a schema will be called "data DB” in the
installation server; such a schema will be called "data DB” in the
following .

To correctly use the Knowage data mining engine it is necessary to
Expand Down Expand Up @@ -283,4 +281,4 @@

- DDL (see Table 4.1),

- the single software packages.
- the single software packages.

0 comments on commit 1fb71e0

Please sign in to comment.