My favorites | Sign in
Logo
                
Search
for
Updated Jan 16, 2008 by philip.j.r.jones
Labels: Phase-Implementation
ObtainingMyDas  
A description of how to get started with setting up a MyDas Server, including prerequisites.

<- mydas Home Page | Index | Selecting an interface to implement ->

Introduction

This page describes how to set up the environment needed to create a MyDas DAS server and how to obtain the necessary source code and binaries for starting development.

Details

Prerequisites

To create a MyDas server, you should ensure that you have the following installed and configured on your computer:

Obtaining and configuring the project source and dependencies.

Thanks to Maven 2, you do not need to worry about obtaining the dependencies for this project.

The MyDas server core binary jar file

A previous version of this documentation indicated that you should install this jar into your local maven repository manually. This instruction is now deprecated and should not be done - the MyDas core jar is available directly from the public maven repository and will automatically be downloaded by maven when you build the template project, along with all of the core MyDas dependencies..

If you have manually installed the core jar and are experiencing problems with compilation as a consequence, please delete the following folder and its contents prior to building the template project:

[HOME_FOLDER]/.m2/repository/uk/ac/ebi/mydas

Download and Configure the Template Project


Sign in to add a comment
Hosted by Google Code