# $Id$ PyKota - Print Quotas for CUPS and LPRng (c) 2003, 2004, 2005, 2006, 2007 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 PostgreSQL, MySQL, or LDAP : NB : an SQLite3 database can't be shared between several PyKota managed print servers, contrarily to the other database backends. HowTo : - Install SQLite v3.2.1 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 Under Debian, if the package exists for your version of Debian, simply do : # apt-get install python-pysqlite2 - Create an SQLite3 database for PyKota : # sqlite3 ~pykota/pykota.db