Installation Instructions


Helps to setup project locally

Learn More

Open Source (this is fabulous, isn't it?) project DSaS lays here.

You may use git or Plugin for Eclipse. How-to-use you may find here for git, and here for the Eclipse Plugin.

Also you may try to use another Version Control System, such as CVS, SVN, Mercurial, Bazaar, LibreSource, Monotone.

As Version Control Tools you may find attractive to use:

  • QCT GUI commit tool, a version control commit tool that supports Mercurial, Bazaar, Cogito (Git), Subversion, Monotone, and CVS.
  • Meld, a merge and diff tool that allows you to compare two or three files and edit them in place, while updating automatically. It works with CVS, Subversion, Bazaar and Mercurial.
  • Tortoise CVS, a great client for CVS on Windows.
  • Tortoise SVN, a great client for viewing, editing and modifying your Subversion code base on Windows.
  • Versions, an elegant client that provides a pleasant way to work with Subversion on a Mac.
  • Xcode, is Apple's developer environment and Subversion client that ships with Leopard on a Mac.

Java 5, though Java 6 or Java 7 whould be even better choise.

Maven 3 or Maven 2.2, up to you.

Apache Tomcat v. 6 or higher.

It is not critical, either you use Maven from command line or you use Maven from IDE as plugin. In command line: type and run mvn clean install -DskipTests if you use Maven outside of IDE, or create and run the same command, otherwise, inside IDE.

GetAnotherLabel.war appears in /target directory.

Start tomcat via command line or as service.

Deploy Web archive on tomcat.

Type in browser http://localhost:8080/GetAnotherLabel/rest/compute/formOne (URL varies from the given in case of non-standart settings)