Changeset 99

Show
Ignore:
Timestamp:
01/27/06 13:19:55 (18 years ago)
Author:
jerome
Message:

More helpful installation instructions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/README

    r95 r99  
    3636 
    3737  $ python setup.py install 
    38   $ pykoticon pykota_server_ip_address local_tcp_port 
     38  $ pykoticon pykota_server_ip_address 7654 
    3939   
    40 on the pykota server : 
     40on the pykota server, in pykota.conf, just set : 
    4141 
    42   $ ./tests/test.py client_ip_address client_tcp_port 
     42--- CUT --- 
     43overwrite_jobticket: /home/jerome/pykoticon/tests/test.py $PYKOTAJOBORIGINATINGHOSTNAME 7654 
     44--- CUT --- 
     45 
     46NB : here we arbitrarily chose 7654 as the TCP port, please choose  
     47any unused port for testing. The TCP port on client and server's  
     48command line MUST be identical, however on the client (pykoticon)  
     49side, the first parameter to pykoticon MUST be the print server's ip  
     50address or hostname : this allows PyKotIcon to only accept requests  
     51coming from your print server. In the future it will be possible to  
     52do better filtering to allow several print servers for example.  
    4353   
    44 NB : You need wxPython for PyKotIcon to work.   
     54NB2 : You need wxPython for PyKotIcon to work.   
    4555   
    46 NB2 : Don't expect too much yet ! This release is for developpers only.   
     56NB3 : Don't expect too much yet ! This release is for developpers only.   
    4757   
    4858====================================================================