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/15 12:51] alz72:install [2019/07/29 14:05] emr
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 43: Line 43:
 </code> </code>
  
-  * MySQL: Create database "stages" and import dump file (downloaded from [[https://www.methodpark.de/downloads/stages/mysql/stages73_mysql57_content.zip|https://www.methodpark.de/downloads/stages/mysql/stages73_mysql57_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 (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":
  
 <code> <code>
 mysqladmin -uroot -p<mysql-root-password> create stages mysqladmin -uroot -p<mysql-root-password> create stages
-mysql -uroot -p<mysql-root-password> stages <[PATH TO DUMP FILE\stages72_mysql57_content.sql]+mysql -uroot -p<mysql-root-password> stages <[PATH TO DUMP FILE\stages7_mysql_content.sql]
 </code> </code>