Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/sqlite/README.sqlite

    r3279 r3413  
    2727    for use with PyKota, in the case you don't want to use 
    2828    either PostgreSQL, MySQL, or LDAP : 
    29      
     29 
    3030    NB : an SQLite3 database can't be shared between several 
    3131    PyKota managed print servers, contrarily to the other 
    3232    database backends. 
    33      
     33 
    3434    HowTo : 
    35      
     35 
    3636      - Install SQLite v3.2.1 or higher, and its development files, 
    3737        for example on my Debian box : 
    38          
     38 
    3939                # apt-get install sqlite3 libsqlite3-dev 
    40                  
    41         You can also download SQLite from http://www.sqlite.org         
     40 
     41        You can also download SQLite from http://www.sqlite.org 
    4242 
    4343      - Download and install PySQLite v2.0.5 or higher from : 
    44        
     44 
    4545                http://www.pysqlite.org 
    4646 
     
    5050                # cd pysqlite-2.0.5 
    5151                # python setup.py install 
    52                  
     52 
    5353        Under Debian, if the package exists for your version of Debian, 
    5454        simply do : 
    55          
     55 
    5656                # apt-get install python-pysqlite2 
    57                  
     57 
    5858      - Create an SQLite3 database for PyKota : 
    5959 
     
    6262                # chmod 660 ~pykota/pykota.db 
    6363                # chown pykota.pykota ~pykota       (seems to be necessary) 
    64                  
     64 
    6565        NB : adapt the permissions so that the user your printing 
    6666             system runs as (e.g. user 'lp') can read and write 
    6767             to the /etc/pykota/pykota.db file. 
    68                  
     68 
    6969      - In ~pykota/pykotadmin.conf, just comment out all the lines 
    7070 
     
    7474                storagebackend : sqlitestorage 
    7575                storagename : /etc/pykota/pykota.db 
    76                  
     76 
    7777        And comment out all other directives which name begins with 'storage'. 
    7878        NB : feel free to use a different path to store pykota.db, and 
    7979             adapt your configuration files and permissions accordingly. 
    80                  
    81 Your PyKota setup is now ready to be used with an SQLite3 database.              
     80 
     81Your PyKota setup is now ready to be used with an SQLite3 database. 
    8282 
    8383IMPORTANT : with PyKota's SQLite backend there's no possibility to separate