Skip to content

Commit

Permalink
Make grokwiki example project work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Dec 18, 2024
1 parent 8140e74 commit dcf5ce3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Grok changes
5.2 (unreleased)
================

- Nothing changed yet.
- Make ``grokwiki`` example project work again.


5.1 (2024-10-28)
Expand Down
8 changes: 8 additions & 0 deletions grokwiki/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ be used to efficiently write web applications with Zope 3.

It is not so much intended as a tutorial, but as a test bed for ourselves and
to provide guidance for new users how we are using grok ourselves.

Installation
============

* bin/buildout -c grokwiki.cfg
* bin/paster serve parts/etc/deploy.ini
* Access via http://localhost:8080/ with username and password ``grok``.
* Create a new wiki page.
1 change: 1 addition & 0 deletions grokwiki/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

install_requires=['setuptools',
'grok',
'grokui.admin',
'grokcore.startup',
'grokcore.message',
'zope.dublincore',
Expand Down

0 comments on commit dcf5ce3

Please sign in to comment.