diff options
author | Steve Losh <steve@stevelosh.com> | 2009-07-03 20:41:56 -0400 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-07-03 20:41:56 -0400 |
commit | 8e78184f4a9b13d01bd8d4c3a9c542af99ef8378 (patch) | |
tree | d1e91a61269ce059e25ab515f0bff846c90dee2c /README | |
parent | 9bd629f4af4835bef4ba7d9711deb011bb4c3766 (diff) | |
download | bugseverywhere-8e78184f4a9b13d01bd8d4c3a9c542af99ef8378.tar.gz |
Add a README file with some basic information.
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. |