Changeset 2135 for pykota/trunk/README

Show
Ignore:
Timestamp:
03/06/05 14:12:30 (19 years ago)
Author:
jerome
Message:

Replaced 'CVS' references with 'Subversion' references and
the new command to download the latest development tree

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r2126 r2135  
    391391------ 
    392392  
    393 Download the latest PyKota version from the CVS tree on : 
    394  
    395     http://savannah.nongnu.org/projects/pykota 
     393Download the latest PyKota version from the Subversion tree : 
     394 
     395    $ svn co svn://svn.librelogiciel.com/pykota/trunk pykota 
    396396 
    397397You can now check if the dependencies are correct by typing : 
    398398 
    399     python checkdeps.py 
     399    $ python checkdeps.py 
    400400     
    401401To install the software, just type : 
    402402 
    403     python setup.py install 
     403    $ python setup.py install 
    404404 
    405405You may need to be logged in with sufficient privileges (e.g. root) 
     
    407407Create a system user for PyKota : 
    408408 
    409     adduser --system --group --home /etc/pykota --gecos PyKota pykota 
     409    $ adduser --system --group --home /etc/pykota --gecos PyKota pykota 
    410410     
    411411Put the user your printing system is run as in the pykota system group : 
    412412 
    413     adduser lp pykota 
     413    $ adduser lp pykota 
    414414     
    415415    NB : on our system, the CUPS printing system runs as system user 'lp'.