Changeset 11405 for main/waeup.aaua/trunk
- Timestamp:
- 24 Feb 2014, 10:33:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/INSTALL.txt
r11404 r11405 293 293 ``buildout-zeo.cfg``. 294 294 295 Generating the ZEO setup295 Generating the ZEO Setup 296 296 ======================== 297 297 … … 304 304 etc. 305 305 306 Starting ZEO servers and clients306 Starting ZEO Servers and Clients 307 307 ================================ 308 308 … … 322 322 323 323 324 Manually starting ZEO clients324 Manually Starting ZEO Clients 325 325 ============================= 326 326 … … 334 334 pars/etc/zeo1.ini 335 335 336 It is important to give a pid-file as pasterotherwise can not start336 It is important to give a pid-file as `paster` otherwise can not start 337 337 different clients (they would all refer to the same pid file 338 338 `paster.pid` and refuse to start after the first client was started). … … 357 357 358 358 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 ------------------------------ 359 Stopping ZEO Servers and Clients 360 ================================ 361 362 Given everything was started in daemon mode, first stop the clients:: 363 364 $ ./bin/zeo_client1 stop 365 $ ./bin/zeo_client2 stop 366 367 Then stop the ZEO server:: 368 369 $ ./bin/zeo_server stop 370 371 372 Creating New ZEO Clients 373 ======================== 374 375 You want more ZEO clients to be created by `buildout`? Easy. Three 376 steps are neccessary. 377 378 1. Create config files in `etc/` 379 -------------------------------- 367 380 368 381 Each client needs two configuration files:
Note: See TracChangeset for help on using the changeset viewer.