Incorrect accquiring bugdir command line argument
[be.git] / doc / http.txt
1 **************
2 HTTP Interface
3 **************
4
5 BE bundles Cherry-flavored BE, an interactive HTML interface
6 originally developed by Steve Losh.
7
8 You can run it from the BE source directory with::
9
10     $ python interfaces/web/cfbe.py PATH_TO_REPO
11
12 Eventually we'll move it into :py:mod:`libbe.ui` so it will be installed
13 automatically with every BE installation.