Skip to content

Commit

Permalink
Merge pull request #5 from fralucch/patch-1
Browse files Browse the repository at this point in the history
Add useful info for macOS environment
  • Loading branch information
NunziaM committed Aug 1, 2018
2 parents 0e5009d + 0a3a4f8 commit 3c20c78
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions installation-guide/knowage-ce-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Database
~~~~~~~~~~~~~~~~~~~~~~~~
Knowage CE Installer requires one of the following **external databases**:

- MySQL Server 5.5 or above already installed
- MySQL Server 5.5 or 5.6 or 5.7 already installed
- MariaDB Server 10.2 already installed

A user with sufficient **permissions to create schemas** must be provided.
A user with sufficient **permissions to create schemas** must be provided. Knowage CE Installer connects to database using a JDBC driver via TCP/IP connection.

If you are using MySQL Server 5.7 we suggest to set following configuration in file ``my.ini``:

Expand All @@ -55,13 +55,26 @@ Application server
~~~~~~~~~~~~~~~~~~~~~~~~
Knowage CE Installer provides Apache Tomcat 7 out of the box. Don't worry about pre-installing any application server.

Proxy settings
~~~~~~~~~~~~~~~~~~~~~~~~
If proxy is enabled please add property ``http.nonProxyHosts`` to JVM properties after completing installation, modifying file ``<installation directory>\Knowage-Server-CE\bin\setenv.bat`` on Windows or ``<installation directory>/Knowage-Server-CE/bin/setenv.sh`` on Linux/macOS.

.. code-block:: bash
:linenos:
-Dhttp.nonProxyHosts=localhost
Client-side requirements
------------------------

Browser
~~~~~~~~~~~~~~~~~~~~~~~~
Enable your browser to execute JavaScript.

Proxy settings
~~~~~~~~~~~~~~~~~~~~~~~~
If proxy is enabled please add hostname to proxy's ignore list.

Launching
------------------------

Expand Down Expand Up @@ -102,7 +115,7 @@ Knowage CE installer can run in GUI or console mode.
Managing Knowage CE
------------------------
After installation, you can start/stop Knowage CE using desktop links, start menu entries or following shell commands.
After completing installation, you can start/stop Knowage CE using desktop links, start menu entries or following shell commands.

Windows
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 3c20c78

Please sign in to comment.