Changeset 5329
- Timestamp:
- 29 Jul 2010, 08:22:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/README.txt
r4944 r5329 15 15 ============ 16 16 17 .. note:: ``waeup.sirp`` doesnot work with Python > 2.517 .. note:: ``waeup.sirp`` might not work with Python > 2.5 18 18 currently. Use of Python 2.5 is recommended. 19 19 … … 30 30 31 31 .. _Zope: http://www.zope.org/ 32 33 Both, Grok and Zope, are written in Python (with parts written in 34 C). You therefore need `Python`_ installed. 35 36 .. _Python: http://www.python.org/ 37 38 Note, that you also need the Python header files and a compiler to 39 compile the parts written in C. 32 40 33 41 To deploy ``waeup.sirp`` most easily, we use `zc.buildout`_ … … 48 56 Bootstrap the buildout environment:: 49 57 50 $ python2. 4bootstrap/bootstrap.py58 $ python2.5 bootstrap/bootstrap.py 51 59 52 60 and run the buildout command:: … … 73 81 If you now connect to port 8080 and log in with username 'grok', 74 82 password '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. 76 84 77 Add an instance of `` waeup`` and click on the link next to the then78 visible entry in the list of installed applications.85 Add an instance of ``University`` and click on the link next to the 86 then visible entry in the list of installed applications. 79 87 80 88 Running the tests
Note: See TracChangeset for help on using the changeset viewer.