# $Id$ PyKota - Print Quotas for CUPS and LPRng (c) 2003, 2004, 2005, 2006 Jerome Alet This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. =================================================================== Documentation : --------------- pykota.sqlite : This file can be used to create an empty SQLite3 database for use with PyKota, in the case you don't want to use either LDAP or PostgreSQL. NB : an SQLite3 database can't be shared between several PyKota managed print servers, contrarily to LDAP or PostgreSQL. HowTo : - Install SQLite v3.2.7 or higher, and its development files, for example on my Debian box : # apt-get install sqlite3 libsqlite3-dev You can also download SQLite from http://www.sqlite.org - Download and install PySQLite v2.0.5 or higher from : http://www.pysqlite.org Install it this way : # tar -zxf pysqlite-2.0.5.tar.gz # cd pysqlite-2.0.5 # python setup.py install - Create an SQLite3 database for PyKota : # sqlite3 ~pykota/pykota.db