Changeset 2818
- Timestamp:
- 03/29/06 00:08:55 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/sqlite/README.sqlite
r2622 r2818 52 52 # python setup.py install 53 53 54 Under Debian, if the package exists for your version of Debian, 55 simply do : 56 57 # apt-get install python-pysqlite2 58 54 59 - Create an SQLite3 database for PyKota : 55 60 … … 63 68 to the /etc/pykota/pykota.db file. 64 69 65 - In pykotadmin.conf, just comment out all the lines70 - In ~pykota/pykotadmin.conf, just comment out all the lines 66 71 67 - In pykota.conf, set : 72 - In ~pykota/pykota.conf, ensure that the following lines 73 are present and unique inside the [global] section : 68 74 69 75 storagebackend : sqlitestorage … … 72 78 And comment out all other directives which name begins with 'storage'. 73 79 NB : feel free to use a different path to store pykota.db, and 74 adapt your configuration files a ccordingly.80 adapt your configuration files and permissions accordingly. 75 81 76 82 Your PyKota setup is now ready to be used with an SQLite3 database. 83 84 IMPORTANT : with PyKota's SQLite backend there's no possibility to separate 85 readonly accesses from readwrite accesses for now, so don't set your 86 permissions too loosely if untrusted users have local shell access on 87 your print server. 77 88 78 89 Please report bugs to : alet@librelogiciel.com