= Extended tutorials = * wiki:Tutorial/Molgenis_Basics Molgenis_Basics * wiki:Tutorial/Setup_test_molgenis Setup_test_Molgenis] * wiki:Tutorial/Setup_MySQL_database Setup_MySQL_database] * wiki:Tutorial/Setup_Tomcat_server Setup_Tomcat_server * wiki:Tutorial/FAQ FAQ = Quick tutorial = == Install Molgenis basics == 1. Download and install Eclipse + JDK 2. Create new workspace in Eclipse 3. Download subclipse 4. Checkout Molgenis project[[BR]] 5. Checkout gcc project[[BR]][[BR]] == Set up a test molgenis == 1. Go to Mysql in the terminal and create new database ([http://wiki.gcc.rug.nl/wiki/GccManuals/New_Tutorial_Molgenis/Setup_MySQL_database see MySQL tutorial]) named animaldb_pheno 2. In Eclipse go to gcc -> handwritten /apps -> org.molgenis -> animaldb 3. Check if correct database is selected 4. Run AnimalDBGenerate.java as '''java application.''' 5. Refresh project 6. Run AnimalDBUpdateDatabase.java as '''java application''' 7. Run project '''on server'''.