Changeset 11385
- Timestamp:
- 23 Feb 2014, 21:14:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/INSTALL.txt
r11384 r11385 160 160 Now enter the new directory:: 161 161 162 ( sandbox27)$ cd kofa-trunk162 (py27)$ cd kofa-trunk 163 163 164 164 … … 179 179 etc. This steip will not touch any external projects:: 180 180 181 ( sandbox27)$ python bootstrap.py181 (py27)$ python bootstrap.py 182 182 183 183 This will generate some directories and the ``buildout`` script in … … 187 187 You can now deactivate the sandbox:: 188 188 189 ( sandbox27)$ deactivate189 (py27)$ deactivate 190 190 191 191 Now we can do the real build by triggering:: … … 206 206 following contents:: 207 207 208 209 208 [buildout] 209 eggs-directory = /home/bruno/buildout-eggs 210 210 211 211 … … 215 215 You should be able now to start the created instance by doing:: 216 216 217 218 219 Alternatively you can do: 220 221 217 $ bin/zopectl fg 218 219 Alternatively you can do:: 220 221 $ bin/paster serve parts/etc/deploy.ini 222 222 223 223 The port numbers where Kofa is running on your server are defined in … … 226 226 If you now point a browser to the right port on your server, for example :: 227 227 228 228 localhost:8080 229 229 230 230 you should get a login pop-up, where you can login as superuser with … … 246 246 installed in the ``bin`` directory:: 247 247 248 248 $ bin/test 249 249 250 250
Note: See TracChangeset for help on using the changeset viewer.