Changes between Version 13 and Version 14 of MolgenisOnWindows
- Timestamp:
- 2010-09-12T23:08:54+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisOnWindows
v13 v14 14 14 == Create a database in MySQL == 15 15 Setup 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 17 16 == Open the MOLGENIS workspace using Eclipse == 18 17 Most 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] 23 19 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! 24 20 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; … … 27 23 28 24 Next: MolgenisWorkspaceBasics 25 Next: MolgenisWorkspaceBasics