Changeset 11402 for main


Ignore:
Timestamp:
24 Feb 2014, 09:51:06 (11 years ago)
Author:
uli
Message:

Add bootstrapping section.

File:
1 edited

Legend:

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

    r11401 r11402  
    9494
    9595
    96 Creating a sandbox
     96Creating a Sandbox
    9797==================
    9898
     
    138138
    139139
    140 Get the Sources, Luke
    141 =====================
     140Getting the Sources
     141===================
    142142
    143143Now, as the sandbox is activated (see above, if not), we can fetch the
     
    171171
    172172
     173Bootstrapping the Build
     174=======================
     175
     176After `Creating a Sandbox`_ and `Getting the Sources`_ we have to
     177initialize the newly created development environment::
     178
     179  (py27)$ python bootstrap.py
     180
     181This should create a local ``bin/`` directory with at least a script
     182``buildout`` in it.
     183
     184If bootstrapping fails, chances are, that you need the `distribute`
     185package installed. In a virtual environment you can install it without
     186interfering with other packages installed on your server:
     187
     188  (py27)$ pip install --upgrade distribute
     189
     190Afterwards you have to retry the bootstrapping, until you get a
     191working ``buildout`` script in the local ``bin/`` directory.
     192
     193Once the ``buildout`` script exists, you do not have to activate the
     194virtual envronment any more (although you can).
     195
     196
    173197Part 1: Single Client Setup
    174198***************************
     
    177201development, etc.) or with multiple clients running in parallel. The
    178202latter setup is useful in productive environments with many thousands
    179 users. We will cover both setup types. The first is covered here, the
    180 latter one is covered in Part 2.
     203users and called a ``ZEO`` install. We will cover both setup
     204types. The first is covered here, the latter one is covered in `Part
     2052: ZEO Install`_.
     206
    181207
    182208Preparing the build
     
    257283
    258284
    259 Part 2: Deploying Kofa as ZEO install
    260 *************************************
     285Part 2: ZEO Install
     286*******************
    261287
    262288Each ZEO install consists of at least one ZEO server and normally two
Note: See TracChangeset for help on using the changeset viewer.