Changeset 11405 for main/waeup.aaua


Ignore:
Timestamp:
24 Feb 2014, 10:33:52 (11 years ago)
Author:
uli
Message:

More updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/trunk/INSTALL.txt

    r11404 r11405  
    293293``buildout-zeo.cfg``.
    294294
    295 Generating the ZEO setup
     295Generating the ZEO Setup
    296296========================
    297297
     
    304304etc.
    305305
    306 Starting ZEO servers and clients
     306Starting ZEO Servers and Clients
    307307================================
    308308
     
    322322
    323323
    324 Manually starting ZEO clients
     324Manually Starting ZEO Clients
    325325=============================
    326326
     
    334334        pars/etc/zeo1.ini
    335335
    336 It is important to give a pid-file as paster otherwise can not start
     336It is important to give a pid-file as `paster` otherwise can not start
    337337different clients (they would all refer to the same pid file
    338338`paster.pid` and refuse to start after the first client was started).
     
    357357
    358358
    359 Creating new clients
    360 ====================
    361 
    362 You want more clients to be created by buildout? Easy. Three steps are
    363 neccessary.
    364 
    365 1. Create config files in etc/
    366 ------------------------------
     359Stopping ZEO Servers and Clients
     360================================
     361
     362Given everything was started in daemon mode, first stop the clients::
     363
     364  $ ./bin/zeo_client1 stop
     365  $ ./bin/zeo_client2 stop
     366
     367Then stop the ZEO server::
     368
     369  $ ./bin/zeo_server stop
     370
     371
     372Creating New ZEO Clients
     373========================
     374
     375You want more ZEO clients to be created by `buildout`? Easy. Three
     376steps are neccessary.
     377
     3781. Create config files in `etc/`
     379--------------------------------
    367380
    368381Each client needs two configuration files:
Note: See TracChangeset for help on using the changeset viewer.