Ignore:
Timestamp:
29 Jul 2010, 08:22:09 (14 years ago)
Author:
uli
Message:

Update README.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/README.txt

    r4944 r5329  
    1515============
    1616
    17 .. note:: ``waeup.sirp`` does not work with Python > 2.5
     17.. note:: ``waeup.sirp`` might not work with Python > 2.5
    1818          currently. Use of Python 2.5 is recommended.
    1919
     
    3030
    3131.. _Zope: http://www.zope.org/
     32
     33Both, Grok and Zope, are written in Python (with parts written in
     34C). You therefore need `Python`_ installed.
     35
     36.. _Python: http://www.python.org/
     37
     38Note, that you also need the Python header files and a compiler to
     39compile the parts written in C.
    3240
    3341To deploy ``waeup.sirp`` most easily, we use `zc.buildout`_
     
    4856Bootstrap the buildout environment::
    4957
    50     $ python2.4 bootstrap/bootstrap.py
     58    $ python2.5 bootstrap/bootstrap.py
    5159
    5260and run the buildout command::
     
    7381If you now connect to port 8080 and log in with username 'grok',
    7482password 'grok', you should be able to add the grok-based applications
    75 (such as ``waeup``) from the menu.
     83(such as ``University``) from the menu.
    7684
    77 Add an instance of ``waeup`` and click on the link next to the then
    78 visible entry in the list of installed applications.
     85Add an instance of ``University`` and click on the link next to the
     86then visible entry in the list of installed applications.
    7987
    8088Running the tests
Note: See TracChangeset for help on using the changeset viewer.