Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

aih/calaw

Repository files navigation

##CALAW##

California's legal codes, now with improved navigation and search. This repository contains the python utilities used to parse the CA codes, as well as the code for the website at calaw.tabulaw.com.

It is released under the GNU Public License. At a future date, I may release it under the (more permissive) MIT license.

A general overview of the process used in developing the parsers can be found at http://blog.tabulaw.com

I will be adding more detailed instructions on installation and use to this README. There may also be some redundant files here, which I will be culling over time.

###Setup Documentation (needs improvement):###

####Installing Packages and Dependencies:####

sudo apt-get install build-essential; sudo apt-get install python2.6-dev python-setuptools libxml2-dev libxslt-dev; sudo easy_install pip; sudo pip install django; sudo pip install django-sphinx;

Change the PORT settings in django-sphinx from 3312 to 9312, the new default for SPHINX. The PORT number is found in at least two django-sphinx files.

sudo pip install lxml; sudo apt-get install nginx python-flup;

####Search Set-up####

Search is powered by Sphinx, using a branch of django-sphinx with an option (sphinx_only) that decouples Sphinx from the database. The Sphinx index was built from a PostgreSQL version of the project database.

There is an Ubuntu package, but it is too outdated for many of the useful configuration options. So, to install Sphinx from sources:

To make Sphinx queries for index "calaw1": (from command line) $ search -c /path/to/sphinx_calaw.conf -i calaw1

To run the searchd daemon:

sudo nohup searchd --config /usr/local/etc/sphinx_calaw.conf --index calaw1 &


Hosting on AWS EC2:

The site is currently hosted on an Ubuntu image on AWS EC2 by Canonical (ami-97c694d2 found on the Alestic list of instances)

The Nginx + fastcgi server is set up according to the following instructions

About

California Legislation - parsed and searchable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published