Changes between Version 13 and Version 14 of MolgenisOnWindows


Ignore:
Timestamp:
2010-09-12T23:08:54+02:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisOnWindows

    v13 v14  
    1414== Create a database in MySQL ==
    1515Setup a MySQL database (once per MOLGENIS instance) MOLGENIS typically uses MySQL as data storage back-end although also PostgreSQL may be used. Here the procedure for MySQL is described to create a database and give MOLGENIS permission to populate it.
    16 
    1716== Open the MOLGENIS workspace using Eclipse ==
    1817Most application developers use Eclipse to develop MOLGENIS applications. Therefore a ready made Eclipse project is the standard MOLGENIS distribution.
    19  1. Download the latest 'molgenis_workspace.zip' from http://molgenis.sourceforge.net[[BR]]
    20     ''Just download and unzip. A directory 'molgenisXX_workspace' is created.''
    21 
    22 
     18 1. Download or checkout the latest molgenis workspace as [MolgenisDownload described here]
    2319 1. Open mysql.exe as root user.  Under windows in "C:\Program Files\MySQL Server 5.1\bin\mysql.exe - u root -p [[BR]]Type your mysql root password remembered from step 3 above!
    2420 1. Create a database 'molgenis' and give rights to the molgenis generator to change it using password 'molgenis'.[[BR]]Type: create database molgenis; grant all privileges on molgenis.* to molgenis@localhost identified by 'molgenis';  flush privileges;
     
    2723
    2824Next: MolgenisWorkspaceBasics
     25Next: MolgenisWorkspaceBasics