diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-19 00:39:31 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-19 00:39:31 -0500 |
commit | 6e171ccd2ab07193b2f16350d00270229ec0c0a1 (patch) | |
tree | 293efaea173d1d6b9cbbe35e0bc43321bbfde0b5 /interfaces/web | |
parent | 5563818b85a7c9f68ede85cae902aceea42e5679 (diff) | |
download | bugseverywhere-6e171ccd2ab07193b2f16350d00270229ec0c0a1.tar.gz |
Updated README and Bugs-Everywhere-Web/README.
Diffstat (limited to 'interfaces/web')
-rw-r--r-- | interfaces/web/Bugs-Everywhere-Web/README (renamed from interfaces/web/Bugs-Everywhere-Web/README.txt) | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/interfaces/web/Bugs-Everywhere-Web/README.txt b/interfaces/web/Bugs-Everywhere-Web/README index 10774df..c152757 100644 --- a/interfaces/web/Bugs-Everywhere-Web/README.txt +++ b/interfaces/web/Bugs-Everywhere-Web/README @@ -1,7 +1,20 @@ -Bugs-Everywhere-Web +Using BeWeb, the web UI +======================= +BeWeb uses the Turbogears framework: http://www.turbogears.org/ +Please ensure you have Turbogears 0.8a5 or a compatible release installed. +Because it uses BE data, the web UI does not require a database. -This is a TurboGears (http://www.turbogears.org) project. It can be -started by running the start-beweb.py script. +To use BeWeb, first create a configuration file, telling it which projects +to track, and what to call them. An example configuration file +(beweb/beweb/config.py.example) is provided. + +Next, cd to this directory, and run ./start-beweb.py + +BeWeb allows you to create, view and edit bugs, but it is in an early stage of +development, so some features are missing. + +Configuration file +------------------ Configure by creating an appropriate beweb/config.py from beweb/config.py.example. The server will edit the repositories that @@ -13,6 +26,9 @@ See http://docs.turbogears.org/1.0/Configuration For standard turbogears configuration information. +Actions +------- + Currently, you need to login for any methods with a @identity.require() decorator. The only group in the current implementation is 'editbugs'. Basically, anyone can browse around, @@ -27,6 +43,8 @@ Editbugs required actions: * Reply to comments * Update comment info +Users +----- All login attempts will fail unless you have added some valid users. See http://docs.turbogears.org/1.0/GettingStartedWithIdentity |