1 | | qwe |
| 1 | = Extended tutorials = |
| 2 | * wiki:Tutorial/Molgenis_Basics Molgenis_Basics |
| 3 | * [http://wiki.gcc.rug.nl/wiki/GccManuals/New_Tutorial_Molgenis/Setup_test_molgenis Setup_test_Molgenis] |
| 4 | * [http://wiki.gcc.rug.nl/wiki/GccManuals/New_Tutorial_Molgenis/Setup_MySQL_database Setup_MySQL_database] |
| 5 | * [http://wiki.gcc.rug.nl/wiki/GccManuals/New_Tutorial_Molgenis/Setup_Tomcat_server Setup_Tomcat_server] |
| 6 | * [http://wiki.gcc.rug.nl/wiki/GccManuals/New_Tutorial_Molgenis/FAQ FAQ] |
| 7 | |
| 8 | = Quick tutorial = |
| 9 | == Install Molgenis basics == |
| 10 | 1. Download and install Eclipse + JDK |
| 11 | |
| 12 | 2. Create new workspace in Eclipse |
| 13 | |
| 14 | 3. Download subclipse |
| 15 | |
| 16 | 4. Checkout Molgenis project[[BR]] |
| 17 | |
| 18 | 5. Checkout gcc project[[BR]][[BR]] |
| 19 | |
| 20 | == Set up a test molgenis == |
| 21 | 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 |
| 22 | |
| 23 | 2. In Eclipse go to gcc -> handwritten /apps -> org.molgenis -> animaldb |
| 24 | |
| 25 | 3. Check if correct database is selected |
| 26 | |
| 27 | 4. Run AnimalDBGenerate.java as '''java application.''' |
| 28 | |
| 29 | 5. Refresh project |
| 30 | |
| 31 | 6. Run AnimalDBUpdateDatabase.java as '''java application''' |
| 32 | |
| 33 | 7. Run project '''on server'''. |