Changes between Version 5 and Version 6 of Installation


Ignore:
Timestamp:
2010-10-07T15:08:37+02:00 (14 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v5 v6  
    4545 * Rightclick “xgap_1_4_distro” project, “Run As -> Run On Server”, select “Apache -> Tomcat v6.0”, hit Next. Browse for the install directory, /usr/local/tomcat and click Finish.
    4646
    47 === Configuring storage ===
     47=== About the storage directory ===
     48The storage directory is used to store DataMatrix data in some cases. In the GUI, you can choose how to save your data. At the moment, the choices are:
     49 * Database - this saves your datamatrix in the regular MySQL database, the storage directory is not used.
     50 * Binary - this saves your datamatrix in a special binary format that is optimized for big data. You can find it inside the storage directory.
     51 * Plain - this saves your datamatrix in a plain CSV file, suitable for small datasets and editing by hand. You can find it inside the storage directory.
     52 * Maybe more to come!
     53
     54=== Configuring the storage directory ===
    4855 * The webapplication should be running at http://localhost:8080/xgap_1_4_distro.
    4956 * Go there and select "System", subtab "Settings".
     
    5562
    5663=== Loading example dataset and cluster metadata ===
    57  * Run "!QuickStart.java" (in handwritten/quickstart), this should fill up your database and storage locations with all needed data if everything has been set up correctly. The same can be done online with the servlet '''loadexampledata''', there's a hyperlink in the 'About' section.
     64 * Run "!QuickStart.java" (in handwritten/quickstart), this should fill up your database and storage locations with all needed data if everything has been set up correctly.
     65 * Please note that error can be displayed while the program is running, this is fine, just let it run until it's done and then view the report.
     66 * The same program can be called 'online' with the servlet '''loadexampledata''', there's a hyperlink in the 'About' section. This is very handy to quickly test deployed versions of your application.