diff options
author | Anand Aiyer <aaiyer@gmail.com> | 2016-10-31 16:27:01 +0530 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-01-18 19:01:59 +0100 |
commit | 4f7099d9c808fa646f24540039af4ee8e7f943ab (patch) | |
tree | 326e4a847a448791ae9c0f4ee0af89c1257adc94 /libbe/interfaces/web/README | |
parent | 5e1b5fe911d4805133357e329d009f998300867d (diff) | |
download | bugseverywhere-4f7099d9c808fa646f24540039af4ee8e7f943ab.tar.gz |
* Forked bugseverywhere -- so update the README
* Fix web interface issue with editing a bug
* Integrate the web interface into the be command line, so it can be
invoked easily using 'be web'
Diffstat (limited to 'libbe/interfaces/web/README')
-rw-r--r-- | libbe/interfaces/web/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libbe/interfaces/web/README b/libbe/interfaces/web/README new file mode 100644 index 0000000..6bd04e5 --- /dev/null +++ b/libbe/interfaces/web/README @@ -0,0 +1,20 @@ +-*- markdown -*- + +Cherry Flavored Bugs Everywhere +=============================== + +CFBE is a quick web interface to [BugsEverywhere](http://bugseverywhere.org/). It's still very much a work-in-progress. + +Installing +---------- + +I intend to streamline the installation once I'm satisfied with the interface itself. For now, the install process goes something like this: + +* Install [CherryPy](http://cherrypy.org/) if you don't have it. +* Install [Jinja2](http://jinja.pocoo.org/2/) if you don't have it. +* Install [BugsEverywhere](http://bugseverywhere.org/) if you don't have it. +* Download a zip/tar of CFBE (or hg clone) from the [Mercurial repository](http://bitbucket.org/sjl/cherryflavoredbugseverywhere/). +* Unzip (if you grabbed a zip) and put the folder in your Python site-packages directory (or put it anywhere and symlink it to site-packages). +* Symlink `site-packages/cherryflavoredbugseverywhere/cfbe.py` to `/usr/local/bin/cfbe` +* Use `cfbe [project_root]` to start up the web interface for that project. +* Visit http://localhost:8080/ in a browser. |