Download Druid OSE

Get the CD

Browsers supported: Firefox 2.0 and IE 7.0 above. You can download the full CD distribution here.

LATEST RELEASE (We strongly recommend you use this version)

  1. Druid 2.0.0 - i386 (GoDaddy)

  2. Druid 2.0.0 - i386 (University of Delaware Mirror)

Older Release

  1. Druid OSE 1.3.0 - i386 (GoDaddy)

  2. Druid OSE 1.0.0 - i386 (University of Delware LUG, North America)

Logging into Druid OSE as the administrator for the first time

The default Druid OSE administrative login is:

username: admin
password: admin

Get the source code (Requires the Druid ISO to be installed)

Code is checked out from the SVN servers via anonymous read-only access. We strongly recommend working on the source code from an existing Druid OSE install, as all the requisite dependencies are already satisfied. Check out code from the SVN repository using the following commands:

Install subversion:

# yum install subversion

Checkout the latest version of the source:

# cd /var/www/html
# svn checkout http://svn.voiceroute.org/svn/druid/trunk

To get a snapshot from the release branch of SVN, use the following format

# svn checkout http://svn.voiceroute.org/svn/druid/releases/druid-ose-x.x.x druid-ose-x.x.x

(with x.x.x being the current release and revision number).

An important note

You can check out the source at any level of the filesystem. This includes something like svn checkout http://svn.voiceroute.org/svn/druid. However, it would be a bad idea to do so, because you will end up checking out the code for every branch and tag that exists in the druid repository. Make sure you are careful when checking out the code