aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-11-19 16:45:53 -0500
committerW. Trevor King <wking@drexel.edu>2009-11-19 16:45:53 -0500
commit71c4ee9f5220f3e683da583f8a4657b9ebb741ee (patch)
tree5e071e58b84f11006d8345592a3a4dce8a6ba330 /README
parent8a2c80bbaa02fd29ac192135f1ec095b0a048e20 (diff)
parent4c6a1e6439293c7e584aef4fda0da1a3968fe7c9 (diff)
downloadbugseverywhere-71c4ee9f5220f3e683da583f8a4657b9ebb741ee.tar.gz
Merged updated READMEs and new update_copyright.py (and its results).
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 1 insertions, 17 deletions
diff --git a/README b/README
index b43c15c..031ae13 100644
--- a/README
+++ b/README
@@ -15,25 +15,9 @@ Getting started
To get started, you must set the bugtracker root. Typically, you will want to
set the bug root to your project root, so that Bugs Everywhere works in any
part of your project tree.
-$ be init $PROJECT_ROOT
+$ be init -r $PROJECT_ROOT
To create bugs, use "be new $DESCRIPTION". To comment on bugs, you
can can use "be comment $BUG_ID". To close a bug, use "be close
$BUG_ID" or "be status $BUG_ID fixed". For more commands, see "be
help". You can also look at the usage examples in test_usage.sh.
-
-
-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.
-
-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 beweb, and run ./beweb-start.py
-
-BeWeb allows you to create, view and edit bugs, but it is in an early stage of
-development, so some features are missing.