Changeset 11402 for main/waeup.aaua
- Timestamp:
- 24 Feb 2014, 09:51:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/INSTALL.txt
r11401 r11402 94 94 95 95 96 Creating a sandbox96 Creating a Sandbox 97 97 ================== 98 98 … … 138 138 139 139 140 Get the Sources, Luke141 =================== ==140 Getting the Sources 141 =================== 142 142 143 143 Now, as the sandbox is activated (see above, if not), we can fetch the … … 171 171 172 172 173 Bootstrapping the Build 174 ======================= 175 176 After `Creating a Sandbox`_ and `Getting the Sources`_ we have to 177 initialize the newly created development environment:: 178 179 (py27)$ python bootstrap.py 180 181 This should create a local ``bin/`` directory with at least a script 182 ``buildout`` in it. 183 184 If bootstrapping fails, chances are, that you need the `distribute` 185 package installed. In a virtual environment you can install it without 186 interfering with other packages installed on your server: 187 188 (py27)$ pip install --upgrade distribute 189 190 Afterwards you have to retry the bootstrapping, until you get a 191 working ``buildout`` script in the local ``bin/`` directory. 192 193 Once the ``buildout`` script exists, you do not have to activate the 194 virtual envronment any more (although you can). 195 196 173 197 Part 1: Single Client Setup 174 198 *************************** … … 177 201 development, etc.) or with multiple clients running in parallel. The 178 202 latter 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. 203 users and called a ``ZEO`` install. We will cover both setup 204 types. The first is covered here, the latter one is covered in `Part 205 2: ZEO Install`_. 206 181 207 182 208 Preparing the build … … 257 283 258 284 259 Part 2: Deploying Kofa as ZEO install260 ******************* ******************285 Part 2: ZEO Install 286 ******************* 261 287 262 288 Each ZEO install consists of at least one ZEO server and normally two
Note: See TracChangeset for help on using the changeset viewer.