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/26 08:55] 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 47: Line 47:
 <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>