From 807b9b99e302ce2b725a06339c0cde838552f12f Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 26 Sep 2010 20:13:54 -0400 Subject: [PATCH] use sqlite instead of mysql --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d56ea543..1565c9b2 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ dogwood.sfconservancy.org, which is a standard Debian installation. The following packages are installed to make Django and Apache work on a lenny install: -$ aptitude install python-django apache2 mysql-5-server +$ aptitude install python-django apache2 sqlite3 python2.5-sqlite