The Danno / Dannotate software is currently available in the a variety of forms. This page describes the formats and what needs to be done to obtain and deploy them.
Binary distribution ZIP files for Danno are available for download from the "Metadata.net" project on SourceForge. These files contain one or more WAR files, and a README.txt file with some simple installation and tailoring instructions.
The WAR files in the binary distribution are primarily intended to allow you to setup a local test installation of Danno and Dannotate. They are preconfigured to use "localhost" as the server hostname and have security and access control disabled. You can make simple configuration changes by expanding the WAR file and editing properties files, but if you are intending to use Danno / Dannotate in production, you would be advised to follow the procedures described in the "Customizing Danno and Dannotate" section. This (currently) entails building Danno from a source distribution or Subversion checkout.
A complete distribution may also be obtained from the "Metadata.net" project's Subversion repository on SourceForge. You can checkout the project from the command shell using the following command:
svn co https://metadata-net.svn.sourceforge.net/svnroot/metadata-net/danno/trunk danno
Alternatively, you can use the Eclipse "Subversion Repositories" view to checkout Danno into your Eclipse workspace as follows. (These instructions assume that you are using the "Subversive" plugin and that you also have the Maven plugin installed.)
Normally this will be sufficient for Danno to build. Note: if this is the first time you have built Danno on this machine, Maven will spend some time downloading Danno's dependencies to your local repository. This is normal.
In the future, we intend to implement a public Maven repository to serve releases and snapshots of various "metadata.net" projects.
The primary source of technical documentation for the Danno project is the project's Maven site. The source for this documentation is in the project's subversion repository; look in the ".../danno/src/site" directory.