wiki:Tutorial

Extended tutorials

Quick tutorial

Install Molgenis basics

  1. Download and install Eclipse + JDK ( http://www.eclipse.org/downloads/)
  1. Create new workspace in Eclipse
  1. Download subclipse
  1. Checkout Molgenis project
  1. Checkout gcc project

Set up a test molgenis

  1. Go to Mysql in the terminal and create new database ( see MySQL tutorial) named animaldb_pheno
  1. In Eclipse go to gcc -> handwritten /apps -> org.molgenis -> animaldb
  1. Check if correct database is selected
  1. Run AnimalDBGenerate.java as java application.
  1. Refresh project
  1. Run AnimalDBUpdateDatabase.java as java application
  1. Run project on server.

Attachments