vmTrac

by Tallal Garghouti

What does the appliance do?

vmTrac supplies developers with out-of-box source control functionality provided by subversion, which is widely acknowledged as being one of the better OSS solutions around. This is coupled with Trac which adds a rich web-based UI which gives developers a wiki to document the project, basic milestone functionality to track the project, a code browser, and a ticket system to track defects.

Uses and benefits

The primary use for vmTrac would be as a small departmental source code repository for small to medium size projects. The web/UI would be used to track defects and the wiki used as a knowledge base for the project. Having all the data for a project in one place is very useful and actively encourages use, developers are be able to see which change sets applied to which defects with relative ease. Managers have one place where they can monitor defects and track milestones.

Why Bother?

Setting up source control can be a thankless task, and is often overlooked by smaller development teams, which can have disastrous consequences. vmTrac provides a solution to this which is both easy to use and has features that are above and beyond other solutions (e.g. MS Source Safe).

Download

Click here to download the vmTrac.zip (123 Megabytes)

How was the appliance built

The appliance was put together as follows:

Notes:

Starting the Appliance & general Use

  1. Unzip to a folder
  2. load up vmware Server or Player and load up the vmTrac appliance
  3. Boot the appliance.
  4. Note the IP address that the appliance gets assigned by DHCP (the assumption is made that this appliacnce will have it's own IP on the LAN)
  5. Navigate to http://<Machine IP>/trac/login to verify that the appliance is working in it's inital state.
  6. Note that before SVN can be used the /etc/rc.conf must be edited to change the svnserve listening host ip to the one that the appliance has been allocated.
  7. this can be done quickly by logging into webmin. This located on http://<Machine IP>:10000/
  8. navigate: webmin > other tab > custom commands > admin rc.conf
  9. change the IP in the svnserve_flags="--listen-host 192.168.0.106" section to the new IP
  10. webmin user is 'admin', password is 'welcome' - these should be changed to something more secure once the appliance is configured.
  11. A static IP can also be assigned to the appliance in the same manner
    [webmin > networking > interfaces > lnc0 interface ]
  12. Note that changes to the IP will render any current sessions invalid and may require a reboot or networking restart for changes to be effective.

Location of any other documentation.

http://<machine IP>/trac/login
http://www.garghouti.co.uk/vmTrac/
http://svnbook.red-bean.com/

Licensed operating systems, applications, & components

To my knowledge most software installed is covered by GPL & apache/bsd  licences.
With the exception of Trac which is freely distributable
FreeBSD 6.1
Trac (C) 2003-2006 Edgewall Software
Subversion
SQL lite
python
Perl
PCRE
lighttpd
clearsilver