Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:install [2019/07/29 09:39] alz72:install [2019/10/18 07:12] – [Perform basic installation] alz
Line 3: Line 3:
 ===== Perform basic installation ===== ===== Perform basic installation =====
  
-  * Download and install Java Development Kit 8+  * Download and install Java Development Kit 8 (see [[:73:system_requirements|System Requirements]] for supported variants)
   * Stages installation on Windows: Execute Stages installer as administrator   * Stages installation on Windows: Execute Stages installer as administrator
   * Stages installation on Linux:   * Stages installation on Linux:
Line 9: Line 9:
       * A user with the name "stages" is needed to allow the command "stages start" to automatically start the Stages search engine. The user needs recursive read and execute permissions on the sub-direcory "elasticsearch" and additionally write permissions on "elasticsearch/data" and "elasticsearch/logs".       * A user with the name "stages" is needed to allow the command "stages start" to automatically start the Stages search engine. The user needs recursive read and execute permissions on the sub-direcory "elasticsearch" and additionally write permissions on "elasticsearch/data" and "elasticsearch/logs".
   * Database installation with Oracle 11g or 12c:   * Database installation with Oracle 11g or 12c:
 +      * Get Oracle database dump and installation instructions from Stages Support.
       * Download Oracle JDBC connector for your Oracle version.       * Download Oracle JDBC connector for your Oracle version.
       * Copy JDBC connector to "<stages installation path>/stages/lib" and rename it to "ojdbc.jar".       * Copy JDBC connector to "<stages installation path>/stages/lib" and rename it to "ojdbc.jar".
-      * Get Oracle database dump and installation instructions from Stages Support. 
   * Database installation with MySQL5.7:   * Database installation with MySQL5.7:
 +      * Get MySQL database dump from Stages Support.
       * Download MySQL JDBC connector (Connector/J 5.1 Platform Independent) and installer for MySQL 5.7.       * Download MySQL JDBC connector (Connector/J 5.1 Platform Independent) and installer for MySQL 5.7.
       * Copy JDBC connector to "<stages installation path>/stages/lib" and rename the file mysql-connector-java-*-bin.jar to mysql.jar.       * Copy JDBC connector to "<stages installation path>/stages/lib" and rename the file mysql-connector-java-*-bin.jar to mysql.jar.
Line 43: Line 44:
 </code> </code>
  
-  * MySQL: Create database "stages" and import dump file (downloaded from [[http://www.methodpark.de/downloads/stages/mysql/stages7_mysql_content.zip|http://www.methodpark.de/downloads/stages/mysql/stages7_mysql_content.zip]] and unzip the file -or- customer specific dumpfile that has been sent to you). All commands need to be executed within path "<MySQL installation path>/bin":+  * MySQL: Create database "stages" and import dump file (unzip the file -or- customer specific dumpfile that has been sent to you). All commands need to be executed within path "<MySQL installation path>/bin":
  
 <code> <code>
Line 76: Line 77:
       * Windows: Start the services "Stages Search" and then "Stages"       * Windows: Start the services "Stages Search" and then "Stages"
       * Linux: Execute "stages start"       * Linux: Execute "stages start"
 +
  
 ===== Configure Virus Scanner ===== ===== Configure Virus Scanner =====