Skip to content

Getting started

fotakis edited this page May 28, 2011 · 13 revisions

Home

This page should provide basic information to get you started developing for the project.

First of all you should have the required level of knowledge on the tools used for this project.

Then you should decide on which IDE you will be using for development. My personal preference at the moment(this can always change) is Intellij IDEA

First of all you should clone the project by using the url provided in github.

$ git clone [email protected]:iccs/STARDOM.git

Then from the command line

$ mvn clean compile install

You are ready to import the project in your IDE of preference and start working on it.

Clone this wiki locally