Drupal for Legal Aid Websites
OpenAdvocate is built using DLAW 2.0, an open source website management system for legal aid websites. DLAW is built using the Drupal content management framework. DLAW is developed and maintained by Urban Insight in collaboration with Legal Services National Technology Assistance Project (LSNTAP), Idaho Legal Aid Services (ILAS) and several legal aid organizations. Development of the DLAW was funded through a Legal Service Corporation (LSC) Technology Initiative Grant.
Installation
To get the latest DLAW 2.0 release, you will need to have svn, drush and drush_make installed.
Once Drush is installed, change to your web root directory, and run the following commands:
wget http://urbaninsight.svn.beanstalkapp.com/dlaw2public/trunk/dlaw2.make
drush make dlaw2.make .
cd sites/default
cp default.settings.php settings.php
chmod o+w settings.php .
This will install the latest stable versions of Drupal core, required contributed modules, and DLAW modules.
DLAW 2.0 is released under GNU General Public License 2.0. It does not include warranties or technical support.

