Fix the typo in the README.
[be.git] / README
1 -*- markdown -*-
2
3 Cherry Flavored Bugs Everywhere
4 ===============================
5
6 CFBE is a quick web interface to [BugsEverywhere](http://bugseverywhere.org/).  It's still very much a work-in-progress.
7
8 Installing
9 ----------
10
11 I intend to streamline the installation once I'm satisfied with the interface itself.  For now, the install process goes something like this:
12
13 * Install [CherryPy](http://cherrypy.org/) if you don't have it.
14 * Install [Jinja2](http://jinja.pocoo.org/2/) if you don't have it.
15 * Install [BugsEverywhere](http://bugseverywhere.org/) if you don't have it.
16 * Download a zip/tar of CFBE (or hg clone) from the [Mercurial repository](http://bitbucket.org/sjl/cherryflavoredbugseverywhere/).
17 * 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).
18 * Symlink `site-packages/cherryflavoredbugseverywhere/cfbe.py` to `/usr/local/bin/cfbe`
19 * Use `cfbe [project_root]` to start up the web interface for that project.
20 * Visit http://localhost:8080/ in a browser.