7 | | 1. '''Download (only once)'''[[BR]] Download and unzip the newest 'molgenis_workspace' from: [[BR]][http://sourceforge.net/project/showfiles.php?group_id=228924 sourceforge.net][[BR]] Make sure you have installed MySQL, Tomcat and Eclipse J2EE also (use of postgreSQL, Glassfish and Netbeans is known to work with some effort). |
8 | | 1. '''Customize'''[[BR]] Start Eclipse and open 'molgenis_workspace' and optionally customize MOLGENIS by editing files in project 'molgenis_distro': [[BR]] |
| 7 | 1. '''Download (only once)'''[[BR]] Download and unzip the newest 'molgenis_workspace' from: [[BR]][http://sourceforge.net/project/showfiles.php?group_id=228924 sourceforge.net][[BR]] Make sure you have installed MySQL, Tomcat and Eclipse J2EE also (use of postgreSQL, Glassfish and Netbeans is known to work with some effort). |
| 8 | 1. '''Customize'''[[BR]] Start Eclipse and open 'molgenis_workspace' and optionally customize MOLGENIS by editing files in project 'molgenis_distro': |
11 | | 1. '''Generate'''[[BR]] Right-click 'handwritten/java/!MolgenisGenerate.java' and choose 'run as -> java application' to automatically generate software code. |
12 | | 1. '''Refresh'''[[BR]] Right-click on 'molgenis_distro' and choose refresh to make the project compile. This also gets rid of any compile errors ... unless you created them ;-) |
13 | | 1. '''Update database'''[[BR]] Right-click 'handwritten/java/!MolgenisUpdateDatabase.java' and choose 'run as -> java application' to auto load the newly generated database into mysql. [[BR]]'' The first time you need to create the database from within mysql:create database molgenis; [[BR]] grant all privileges on molgenis.* to molgenis@localhost identified by 'molgenis'; [[BR]] flush privileges;'' |
14 | | 1. '''Run'''[[BR]] Right-click the project 'molgenis_distro' and choose 'run as' -> 'run on server' to start your newly generated MOLGENIS as web application in Tomcat. [[BR]]''First time you need to point to the tomcat home directory '' |
| 11 | 1. '''Generate'''[[BR]] Right-click 'handwritten/java/!MolgenisGenerate.java' and choose 'run as -> java application' to automatically generate software code. |
| 12 | 1. '''Refresh'''[[BR]] Right-click on 'molgenis_distro' and choose refresh to make the project compile. This also gets rid of any compile errors ... unless you created them ;-) |
| 13 | 1. '''Update database'''[[BR]] Right-click 'handwritten/java/!MolgenisUpdateDatabase.java' and choose 'run as -> java application' to auto load the newly generated database into mysql. [[BR]]'' The first time you need to create the database from within mysql:create database molgenis; [[BR]] grant all privileges on molgenis.* to molgenis@localhost identified by 'molgenis'; [[BR]] flush privileges;'' |
| 14 | 1. '''Run'''[[BR]] Right-click the project 'molgenis_distro' and choose 'run as' -> 'run on server' to start your newly generated MOLGENIS as web application in Tomcat. [[BR]]''First time you need to point to the tomcat home directory '' |