Please submit them on the SourceForge page here.
Installation
The quickest way is to download the URD files (see the Download link), and extract them to your webserver root. Then, access the 'install.php' file through your webbrowser (may we recommend Firefox?) and follow the installation wizard.
Arie was so nice to make a quick installation manual for Ubuntu 7.10, with a bit of tweaking these are the steps:
Installing the web server, database server, and script processor. # sudo apt-get update # sudo apt-get dist-upgrade # sudo apt-get install apache2 php5 mysql-server php5-cli php5-mysql yydecode unrar par2 trickle cksfv subversion Restart Apache. # /etc/init.d/apache2 restart Download the webcomponents and change permissions. # sudo cd /var/www/ # wget urdland.com/urd-0.4.1.tar.gz # sudo tar zxf urd-0.4.1.tar.gz # mv urd-0.4.1 urd # sudo chown -R www-data:www-data urd/ # sudo chmod -R 755 urd/ URD configuration and installation Now you can start the installation by entering the website address (http://[YOUR IP-ADDRESS OR HOSTNAME]/urd/)