Changeset 11385 for main/waeup.aaua


Ignore:
Timestamp:
23 Feb 2014, 21:14:24 (11 years ago)
Author:
Henrik Bettermann
Message:

The virtualenv has been renamed to py27.

File:
1 edited

Legend:

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

    r11384 r11385  
    160160Now enter the new directory::
    161161
    162   (sandbox27)$ cd kofa-trunk
     162  (py27)$ cd kofa-trunk
    163163
    164164
     
    179179etc. This steip will not touch any external projects::
    180180
    181   (sandbox27)$ python bootstrap.py
     181  (py27)$ python bootstrap.py
    182182
    183183This will generate some directories and the ``buildout`` script in
     
    187187You can now deactivate the sandbox::
    188188
    189   (sandbox27)$ deactivate
     189  (py27)$ deactivate
    190190
    191191Now we can do the real build by triggering::
     
    206206following contents::
    207207
    208     [buildout]
    209     eggs-directory = /home/bruno/buildout-eggs
     208  [buildout]
     209  eggs-directory = /home/bruno/buildout-eggs
    210210
    211211
     
    215215You should be able now to start the created instance by doing::
    216216
    217    $ bin/zopectl fg
    218 
    219 Alternatively you can do:
    220 
    221     $ bin/paster serve parts/etc/deploy.ini
     217  $ bin/zopectl fg
     218
     219Alternatively you can do::
     220
     221  $ bin/paster serve parts/etc/deploy.ini
    222222
    223223The port numbers where Kofa is running on your server are defined in
     
    226226If you now point a browser to the right port on your server, for example ::
    227227
    228    localhost:8080
     228  localhost:8080
    229229
    230230you should get a login pop-up, where you can login as superuser with
     
    246246installed in the ``bin`` directory::
    247247
    248     $ bin/test
     248  $ bin/test
    249249
    250250
Note: See TracChangeset for help on using the changeset viewer.